#A96518

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

Shades of Golden Brown #A96518

Tints of Golden Brown #A96518

Color information

#A96518 (or 0xA96518) is unknown color: approx Golden Brown. HEX triplet: A9, 65 and 18. RGB value is (169,101,24). Sum of RGB (Red+Green+Blue) = 169+101+24=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A96518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96518 is #569AE7. Grayscale: #707070. Windows color (decimal): -5675752 or 1598889. OLE color: 1598889.

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

Color convert

RGB16910124-
CMYK00.400.860.34
HSL31.86º75.13%37.84%-
HSV(B)31.86º85.8%66.27%-
XYZ21.1817.813.19-
YUV112.5578.03168.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 24 (9.77% from 255) = 8.16%
R=57.48%
G=34.35%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691012400.400.860.3431.8675.1337.84
HexA965180285622204b26
Octal25114530050126424011346
Binary10101001110010111000010100010101101000101000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96518; }

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

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

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

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

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

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

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

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