#A96A19

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

Shades of Golden Brown #A96A19

Tints of Golden Brown #A96A19

Color information

#A96A19 (or 0xA96A19) is unknown color: approx Golden Brown. HEX triplet: A9, 6A and 19. RGB value is (169,106,25). Sum of RGB (Red+Green+Blue) = 169+106+25=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A19 is #5695E6. Grayscale: #737373. Windows color (decimal): -5674471 or 1665705. OLE color: 1665705.

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

Color convert

RGB16910625-
CMYK00.370.850.34
HSL33.75º74.23%38.04%-
HSV(B)33.75º85.21%66.27%-
XYZ21.6918.813.41-
YUV115.676.87166.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 25 (10.16% from 255) = 8.33%
R=56.33%
G=35.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691062500.370.850.3433.7574.2338.04
HexA96A190255522224a26
Octal25115231045125424211246
Binary10101001110101011001010010110101011000101000101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A19; }

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

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

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

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

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

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

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

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