#A95E06

Color #A95E06 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A95E06

Tints of Golden Brown #A95E06

Color information

#A95E06 (or 0xA95E06) is unknown color: approx Golden Brown. HEX triplet: A9, 5E and 06. RGB value is (169,94,6). Sum of RGB (Red+Green+Blue) = 169+94+6=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95E06 is #56A1F9. Grayscale: #6A6A6A. Windows color (decimal): -5677562 or 417449. OLE color: 417449.

HSL color Cylindrical-coordinate representation of color #A95E06: hue angle of 32.39º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A95E06 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB169946-
CMYK00.440.960.34
HSL32.39º93.14%34.31%-
HSV(B)32.39º96.45%66.27%-
XYZ20.416.452.27-
YUV106.3971.35172.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 6 (2.73% from 255) = 2.23%
R=62.83%
G=34.94%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16994600.440.960.3432.3993.1434.31
HexA95E602C6022205d22
Octal2511366054140424013542
Binary101010011011110110010110011000001000101000001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E06; }

 p { color: rgb(169,94,6); }

 H1.HeaderClassName
 {
   color: #A95E06;
 }
 .AnyTagClassName
 {
   color: #A95E06;
 }
</style>
background-color css

<style>
 a { background-color: #A95E06; }

 a { background-color: rgb(169,94,6); }

 div.DivClassName
 {
   background-color: #A95E06;
 }
 .BgClassName
 {
   background-color: #A95E06;
 }
</style>
border-color css

<style>
 span { border-color: #A95E06; }

 span { border-color: rgb(169,94,6); }

 td.TdClassName
 {
   border-color: #A95E06;
 }
 .TagClassName
 {
   border-color: #A95E06;
 }
</style>