#A06809

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

Shades of Golden Brown #A06809

Tints of Golden Brown #A06809

Color information

#A06809 (or 0xA06809) is unknown color: approx Golden Brown. HEX triplet: A0, 68 and 09. RGB value is (160,104,9). Sum of RGB (Red+Green+Blue) = 160+104+9=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A06809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06809 is #5F97F6. Grayscale: #6E6E6E. Windows color (decimal): -6264823 or 616608. OLE color: 616608.

HSL color Cylindrical-coordinate representation of color #A06809: hue angle of 37.75º 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 #A06809 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1601049-
CMYK00.350.940.37
HSL37.75º89.35%33.14%-
HSV(B)37.75º94.38%62.75%-
XYZ19.517.392.59-
YUV109.9171.05163.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=58.61%
G=38.10%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160104900.350.940.3737.7589.3533.14
HexA06890235E25265921
Octal24015011043136454613141
Binary1010000011010001001010001110111101001011001101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06809; }

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

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

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

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

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

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

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

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