Shades of Dark Goldenrod #A08A03
Tints of Dark Goldenrod #A08A03
RGB
CMYK
RGB Variations
Color information
#A08A03 (or 0xA08A03) is known color: Dark Goldenrod. HEX triplet: A0, 8A and 03. RGB value is (160,138,3). Sum of RGB (Red+Green+Blue) = 160+138+3=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A03 is #5F75FC. Grayscale: #818181. Windows color (decimal): -6256125 or 232096. OLE color: 232096.
HSL color Cylindrical-coordinate representation of color #A08A03: hue angle of 51.59º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A08A03 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.37 |
| HSL | 51.59º | 0.96% | 0.32% | - |
| HSV(B) | 51.59º | 0.98% | 0.63% | - |
| XYZ | 23.6 | 25.66 | 3.79 | - |
| YUV | 129.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 3 | 0 | 0.14 | 0.98 | 0.37 | 51.59 | 0.96 | 0.32 |
| Hex | A0 | 8A | 3 | 0 | E | 62 | 25 | 34 | 60 | 20 |
| Octal | 240 | 212 | 3 | 0 | 16 | 142 | 45 | 64 | 140 | 40 |
| Binary | 10100000 | 10001010 | 11 | 0 | 1110 | 1100010 | 100101 | 110100 | 1100000 | 100000 |
Color Harmonies of #A08A03
Complementary color
Monochromatic Colors of #A08A03
Black with #A08A03
Text Example
Text Example
White with #A08A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A03; }
p { color: rgb(160,138,3); }
H1.HeaderClassName
{
color: #A08A03;
}
.AnyTagClassName
{
color: #A08A03;
}
</style>
background-color css
<style>
a { background-color: #A08A03; }
a { background-color: rgb(160,138,3); }
div.DivClassName
{
background-color: #A08A03;
}
.BgClassName
{
background-color: #A08A03;
}
</style>
border-color css
<style>
span { border-color: #A08A03; }
span { border-color: rgb(160,138,3); }
td.TdClassName
{
border-color: #A08A03;
}
.TagClassName
{
border-color: #A08A03;
}
</style>