#A86A15

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

Shades of Golden Brown #A86A15

Tints of Golden Brown #A86A15

Color information

#A86A15 (or 0xA86A15) is unknown color: approx Golden Brown. HEX triplet: A8, 6A and 15. RGB value is (168,106,21). Sum of RGB (Red+Green+Blue) = 168+106+21=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86A15 is #5795EA. Grayscale: #737373. Windows color (decimal): -5740011 or 1403560. OLE color: 1403560.

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

Color convert

RGB16810621-
CMYK00.370.880.34
HSL34.69º77.78%37.06%-
HSV(B)34.69º87.5%65.88%-
XYZ21.4418.693.19-
YUV114.8575.04165.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=56.95%
G=35.93%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681062100.370.880.3434.6977.7837.06
HexA86A150255822234e25
Octal25015225045130424311645
Binary10101000110101010101010010110110001000101000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A15; }

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

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

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

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

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

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

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

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