#A08805

Color #A08805 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A08805

Tints of Dark Goldenrod #A08805

Color information

#A08805 (or 0xA08805) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 88 and 05. RGB value is (160,136,5). Sum of RGB (Red+Green+Blue) = 160+136+5=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A08805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08805 is #5F77FA. Grayscale: #808080. Windows color (decimal): -6256635 or 362656. OLE color: 362656.

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

Color convert

RGB1601365-
CMYK00.150.970.37
HSL50.71º93.94%32.35%-
HSV(B)50.71º96.88%62.75%-
XYZ23.3325.093.76-
YUV128.2458.45150.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 5 (2.34% from 255) = 1.66%
R=53.16%
G=45.18%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160136500.150.970.3750.7193.9432.35
HexA08850F6125335e20
Octal2402105017141456313640
Binary10100000100010001010111111000011001011100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08805; }

 p { color: rgb(160,136,5); }

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

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

 a { background-color: rgb(160,136,5); }

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

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

 span { border-color: rgb(160,136,5); }

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