#A08A05

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

Shades of Dark Goldenrod #A08A05

Tints of Dark Goldenrod #A08A05

Color information

#A08A05 (or 0xA08A05) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 8A and 05. RGB value is (160,138,5). Sum of RGB (Red+Green+Blue) = 160+138+5=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A05 is #5F75FA. Grayscale: #818181. Windows color (decimal): -6256123 or 363168. OLE color: 363168.

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

Color convert

RGB1601385-
CMYK00.140.970.37
HSL51.48º93.94%32.35%-
HSV(B)51.48º96.88%62.75%-
XYZ23.6125.663.85-
YUV129.4257.79149.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 5 (2.34% from 255) = 1.65%
R=52.81%
G=45.54%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160138500.140.970.3751.4893.9432.35
HexA08A50E6125335e20
Octal2402125016141456313640
Binary10100000100010101010111011000011001011100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A05; }

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

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

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

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

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

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

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

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