#A96905

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

Shades of Golden Brown #A96905

Tints of Golden Brown #A96905

Color information

#A96905 (or 0xA96905) is unknown color: approx Golden Brown. HEX triplet: A9, 69 and 05. RGB value is (169,105,5). Sum of RGB (Red+Green+Blue) = 169+105+5=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A96905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96905 is #5696FA. Grayscale: #717171. Windows color (decimal): -5674747 or 354729. OLE color: 354729.

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

Color convert

RGB1691055-
CMYK00.380.970.34
HSL36.59º94.25%34.12%-
HSV(B)36.59º97.04%66.27%-
XYZ21.4418.552.59-
YUV112.7467.2168.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.57%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=60.57%
G=37.63%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169105500.380.970.3436.5994.2534.12
HexA96950266122255e22
Octal2511515046141424513642
Binary101010011101001101010011011000011000101001011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96905; }

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

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

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

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

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

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

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

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