#A96D18

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

Shades of Golden Brown #A96D18

Tints of Golden Brown #A96D18

Color information

#A96D18 (or 0xA96D18) is unknown color: approx Golden Brown. HEX triplet: A9, 6D and 18. RGB value is (169,109,24). Sum of RGB (Red+Green+Blue) = 169+109+24=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96D18 is #5692E7. Grayscale: #757575. Windows color (decimal): -5673704 or 1600937. OLE color: 1600937.

HSL color Cylindrical-coordinate representation of color #A96D18: hue angle of 35.17º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A96D18 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB16910924-
CMYK00.360.860.34
HSL35.17º75.13%37.84%-
HSV(B)35.17º85.8%66.27%-
XYZ2219.443.46-
YUV117.2575.38164.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 24 (9.77% from 255) = 7.95%
R=55.96%
G=36.09%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691092400.360.860.3435.1775.1337.84
HexA96D180245622234b26
Octal25115530044126424311346
Binary10101001110110111000010010010101101000101000111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D18; }

 p { color: rgb(169,109,24); }

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

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

 a { background-color: rgb(169,109,24); }

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

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

 span { border-color: rgb(169,109,24); }

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