Shades of Dark Goldenrod #A08D02
Tints of Dark Goldenrod #A08D02
RGB
CMYK
RGB Variations
Color information
#A08D02 (or 0xA08D02) is known color: Dark Goldenrod. HEX triplet: A0, 8D and 02. RGB value is (160,141,2). Sum of RGB (Red+Green+Blue) = 160+141+2=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D02 is #5F72FD. Grayscale: #838383. Windows color (decimal): -6255358 or 167328. OLE color: 167328.
HSL color Cylindrical-coordinate representation of color #A08D02: hue angle of 52.78º 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 #A08D02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.37 |
| HSL | 52.78º | 0.98% | 0.32% | - |
| HSV(B) | 52.78º | 0.99% | 0.63% | - |
| XYZ | 24.03 | 26.53 | 3.91 | - |
| YUV | 130.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 2 | 0 | 0.12 | 0.99 | 0.37 | 52.78 | 0.98 | 0.32 |
| Hex | A0 | 8D | 2 | 0 | C | 63 | 25 | 35 | 62 | 20 |
| Octal | 240 | 215 | 2 | 0 | 14 | 143 | 45 | 65 | 142 | 40 |
| Binary | 10100000 | 10001101 | 10 | 0 | 1100 | 1100011 | 100101 | 110101 | 1100010 | 100000 |
Color Harmonies of #A08D02
Complementary color
Monochromatic Colors of #A08D02
Black with #A08D02
Text Example
Text Example
White with #A08D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D02; }
p { color: rgb(160,141,2); }
H1.HeaderClassName
{
color: #A08D02;
}
.AnyTagClassName
{
color: #A08D02;
}
</style>
background-color css
<style>
a { background-color: #A08D02; }
a { background-color: rgb(160,141,2); }
div.DivClassName
{
background-color: #A08D02;
}
.BgClassName
{
background-color: #A08D02;
}
</style>
border-color css
<style>
span { border-color: #A08D02; }
span { border-color: rgb(160,141,2); }
td.TdClassName
{
border-color: #A08D02;
}
.TagClassName
{
border-color: #A08D02;
}
</style>