#A06409

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

Shades of Golden Brown #A06409

Tints of Golden Brown #A06409

Color information

#A06409 (or 0xA06409) is unknown color: approx Golden Brown. HEX triplet: A0, 64 and 09. RGB value is (160,100,9). Sum of RGB (Red+Green+Blue) = 160+100+9=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A06409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06409 is #5F9BF6. Grayscale: #6B6B6B. Windows color (decimal): -6265847 or 615584. OLE color: 615584.

HSL color Cylindrical-coordinate representation of color #A06409: hue angle of 36.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A06409 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1601009-
CMYK00.380.940.37
HSL36.16º89.35%33.14%-
HSV(B)36.16º94.38%62.75%-
XYZ19.116.612.46-
YUV107.5772.38165.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=59.48%
G=37.17%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160100900.380.940.3736.1689.3533.14
HexA06490265E25245921
Octal24014411046136454413141
Binary1010000011001001001010011010111101001011001001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06409; }

 p { color: rgb(160,100,9); }

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

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

 a { background-color: rgb(160,100,9); }

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

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

 span { border-color: rgb(160,100,9); }

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