Shades of Dark Goldenrod #A08A05
Tints of Dark Goldenrod #A08A05
RGB
CMYK
RGB Variations
Color information
#A08A05 (or 0xA08A05) is known color: 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
| RGB | 160 | 138 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.37 |
| HSL | 51.48º | 0.94% | 0.32% | - |
| HSV(B) | 51.48º | 0.97% | 0.63% | - |
| XYZ | 23.61 | 25.66 | 3.85 | - |
| YUV | 129.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 5 | 0 | 0.14 | 0.97 | 0.37 | 51.48 | 0.94 | 0.32 |
| Hex | A0 | 8A | 5 | 0 | E | 61 | 25 | 33 | 5E | 20 |
| Octal | 240 | 212 | 5 | 0 | 16 | 141 | 45 | 63 | 136 | 40 |
| Binary | 10100000 | 10001010 | 101 | 0 | 1110 | 1100001 | 100101 | 110011 | 1011110 | 100000 |
Color Harmonies of #A08A05
Complementary color
Monochromatic Colors of #A08A05
Black with #A08A05
Text Example
Text Example
White with #A08A05
Text Example
Text Example
HTML Codes & Css Web 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>