#A96A05

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

Shades of Golden Brown #A96A05

Tints of Golden Brown #A96A05

Color information

#A96A05 (or 0xA96A05) is unknown color: approx Golden Brown. HEX triplet: A9, 6A and 05. RGB value is (169,106,5). Sum of RGB (Red+Green+Blue) = 169+106+5=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A05 is #5695FA. Grayscale: #717171. Windows color (decimal): -5674491 or 354985. OLE color: 354985.

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

Color convert

RGB1691065-
CMYK00.370.970.34
HSL36.95º94.25%34.12%-
HSV(B)36.95º97.04%66.27%-
XYZ21.5418.752.63-
YUV113.3266.87167.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.36%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=60.36%
G=37.86%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169106500.370.970.3436.9594.2534.12
HexA96A50256122255e22
Octal2511525045141424513642
Binary101010011101010101010010111000011000101001011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A05; }

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

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

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

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

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

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

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

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