#A96A15

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

Shades of Golden Brown #A96A15

Tints of Golden Brown #A96A15

Color information

#A96A15 (or 0xA96A15) is unknown color: approx Golden Brown. HEX triplet: A9, 6A and 15. RGB value is (169,106,21). Sum of RGB (Red+Green+Blue) = 169+106+21=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A15 is #5695EA. Grayscale: #737373. Windows color (decimal): -5674475 or 1403561. OLE color: 1403561.

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

Color convert

RGB16910621-
CMYK00.370.880.34
HSL34.46º77.89%37.25%-
HSV(B)34.46º87.57%66.27%-
XYZ21.6518.83.2-
YUV115.1574.87166.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.09%
GREEN value IS 106 (41.80% from 255) = 35.81%
BLUE value IS 21 (8.59% from 255) = 7.09%
R=57.09%
G=35.81%
B=7.09%

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
Decimal1691062100.370.880.3434.4677.8937.25
HexA96A150255822224e25
Octal25115225045130424211645
Binary10101001110101010101010010110110001000101000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A15; }

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

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

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

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

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

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

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

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