#A86A09

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

Shades of Golden Brown #A86A09

Tints of Golden Brown #A86A09

Color information

#A86A09 (or 0xA86A09) is unknown color: approx Golden Brown. HEX triplet: A8, 6A and 09. RGB value is (168,106,9). Sum of RGB (Red+Green+Blue) = 168+106+9=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86A09 is #5795F6. Grayscale: #717171. Windows color (decimal): -5740023 or 617128. OLE color: 617128.

HSL color Cylindrical-coordinate representation of color #A86A09: hue angle of 36.6º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A86A09 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB1681069-
CMYK00.370.950.34
HSL36.6º89.83%34.71%-
HSV(B)36.6º94.64%65.88%-
XYZ21.3518.652.73-
YUV113.4869.04166.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.36%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 9 (3.91% from 255) = 3.18%
R=59.36%
G=37.46%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168106900.370.950.3436.689.8334.71
HexA86A90255F22255a23
Octal25015211045137424513243
Binary1010100011010101001010010110111111000101001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A09; }

 p { color: rgb(168,106,9); }

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

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

 a { background-color: rgb(168,106,9); }

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

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

 span { border-color: rgb(168,106,9); }

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