#A96608

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

Shades of Golden Brown #A96608

Tints of Golden Brown #A96608

Color information

#A96608 (or 0xA96608) is unknown color: approx Golden Brown. HEX triplet: A9, 66 and 08. RGB value is (169,102,8). Sum of RGB (Red+Green+Blue) = 169+102+8=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A96608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96608 is #5699F7. Grayscale: #6F6F6F. Windows color (decimal): -5675512 or 550569. OLE color: 550569.

HSL color Cylindrical-coordinate representation of color #A96608: hue angle of 35.03º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A96608 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB1691028-
CMYK00.400.950.34
HSL35.03º90.96%34.71%-
HSV(B)35.03º95.27%66.27%-
XYZ21.1617.962.58-
YUV111.3269.7169.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.57%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=60.57%
G=36.56%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169102800.400.950.3435.0390.9634.71
HexA96680285F22235b23
Octal25114610050137424313343
Binary1010100111001101000010100010111111000101000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96608; }

 p { color: rgb(169,102,8); }

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

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

 a { background-color: rgb(169,102,8); }

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

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

 span { border-color: rgb(169,102,8); }

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