#A96C18

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

Shades of Golden Brown #A96C18

Tints of Golden Brown #A96C18

Color information

#A96C18 (or 0xA96C18) is unknown color: approx Golden Brown. HEX triplet: A9, 6C and 18. RGB value is (169,108,24). Sum of RGB (Red+Green+Blue) = 169+108+24=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96C18 is #5693E7. Grayscale: #757575. Windows color (decimal): -5673960 or 1600681. OLE color: 1600681.

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

Color convert

RGB16910824-
CMYK00.360.860.34
HSL34.76º75.13%37.84%-
HSV(B)34.76º85.8%66.27%-
XYZ21.8919.233.42-
YUV116.6675.71165.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 24 (9.77% from 255) = 7.97%
R=56.15%
G=35.88%
B=7.97%

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
Decimal1691082400.360.860.3434.7675.1337.84
HexA96C180245622234b26
Octal25115430044126424311346
Binary10101001110110011000010010010101101000101000111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C18; }

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

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

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

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

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

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

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

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