#A96F15

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

Shades of Golden Brown #A96F15

Tints of Golden Brown #A96F15

Color information

#A96F15 (or 0xA96F15) is unknown color: approx Golden Brown. HEX triplet: A9, 6F and 15. RGB value is (169,111,21). Sum of RGB (Red+Green+Blue) = 169+111+21=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96F15 is #5690EA. Grayscale: #767676. Windows color (decimal): -5673195 or 1404841. OLE color: 1404841.

HSL color Cylindrical-coordinate representation of color #A96F15: hue angle of 36.49º 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 #A96F15 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB16911121-
CMYK00.340.880.34
HSL36.49º77.89%37.25%-
HSV(B)36.49º87.57%66.27%-
XYZ22.1819.863.37-
YUV118.0873.22164.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=56.15%
G=36.88%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691112100.340.880.3436.4977.8937.25
HexA96F150225822244e25
Octal25115725042130424411645
Binary10101001110111110101010001010110001000101001001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F15; }

 p { color: rgb(169,111,21); }

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

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

 a { background-color: rgb(169,111,21); }

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

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

 span { border-color: rgb(169,111,21); }

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