#A96808

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

Shades of Golden Brown #A96808

Tints of Golden Brown #A96808

Color information

#A96808 (or 0xA96808) is unknown color: approx Golden Brown. HEX triplet: A9, 68 and 08. RGB value is (169,104,8). Sum of RGB (Red+Green+Blue) = 169+104+8=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A96808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96808 is #5697F7. Grayscale: #707070. Windows color (decimal): -5675000 or 551081. OLE color: 551081.

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

Color convert

RGB1691048-
CMYK00.380.950.34
HSL35.78º90.96%34.71%-
HSV(B)35.78º95.27%66.27%-
XYZ21.3618.352.65-
YUV112.4969.03168.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 8 (3.52% from 255) = 2.85%
R=60.14%
G=37.01%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169104800.380.950.3435.7890.9634.71
HexA96880265F22245b23
Octal25115010046137424413343
Binary1010100111010001000010011010111111000101001001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96808; }

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

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

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

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

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

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

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

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