Shades of Dark Goldenrod #A08A02
Tints of Dark Goldenrod #A08A02
RGB
CMYK
RGB Variations
Color information
#A08A02 (or 0xA08A02) is known color: Dark Goldenrod. HEX triplet: A0, 8A and 02. RGB value is (160,138,2). Sum of RGB (Red+Green+Blue) = 160+138+2=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A02 is #5F75FD. Grayscale: #818181. Windows color (decimal): -6256126 or 166560. OLE color: 166560.
HSL color Cylindrical-coordinate representation of color #A08A02: hue angle of 51.65º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A08A02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.37 |
| HSL | 51.65º | 0.98% | 0.32% | - |
| HSV(B) | 51.65º | 0.99% | 0.63% | - |
| XYZ | 23.6 | 25.65 | 3.77 | - |
| YUV | 129.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 2 | 0 | 0.14 | 0.99 | 0.37 | 51.65 | 0.98 | 0.32 |
| Hex | A0 | 8A | 2 | 0 | E | 63 | 25 | 34 | 62 | 20 |
| Octal | 240 | 212 | 2 | 0 | 16 | 143 | 45 | 64 | 142 | 40 |
| Binary | 10100000 | 10001010 | 10 | 0 | 1110 | 1100011 | 100101 | 110100 | 1100010 | 100000 |
Color Harmonies of #A08A02
Complementary color
Monochromatic Colors of #A08A02
Black with #A08A02
Text Example
Text Example
White with #A08A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A02; }
p { color: rgb(160,138,2); }
H1.HeaderClassName
{
color: #A08A02;
}
.AnyTagClassName
{
color: #A08A02;
}
</style>
background-color css
<style>
a { background-color: #A08A02; }
a { background-color: rgb(160,138,2); }
div.DivClassName
{
background-color: #A08A02;
}
.BgClassName
{
background-color: #A08A02;
}
</style>
border-color css
<style>
span { border-color: #A08A02; }
span { border-color: rgb(160,138,2); }
td.TdClassName
{
border-color: #A08A02;
}
.TagClassName
{
border-color: #A08A02;
}
</style>