Shades of Dark Goldenrod #A87A02
Tints of Dark Goldenrod #A87A02
RGB
CMYK
RGB Variations
Color information
#A87A02 (or 0xA87A02) is known color: Dark Goldenrod. HEX triplet: A8, 7A and 02. RGB value is (168,122,2). Sum of RGB (Red+Green+Blue) = 168+122+2=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87A02 is #5785FD. Grayscale: #7A7A7A. Windows color (decimal): -5735934 or 162472. OLE color: 162472.
HSL color Cylindrical-coordinate representation of color #A87A02: hue angle of 43.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A87A02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.34 |
| HSL | 43.37º | 0.98% | 0.33% | - |
| HSV(B) | 43.37º | 0.99% | 0.66% | - |
| XYZ | 23.12 | 22.25 | 3.13 | - |
| YUV | 122.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 2 | 0 | 0.27 | 0.99 | 0.34 | 43.37 | 0.98 | 0.33 |
| Hex | A8 | 7A | 2 | 0 | 1B | 63 | 22 | 2B | 62 | 21 |
| Octal | 250 | 172 | 2 | 0 | 33 | 143 | 42 | 53 | 142 | 41 |
| Binary | 10101000 | 1111010 | 10 | 0 | 11011 | 1100011 | 100010 | 101011 | 1100010 | 100001 |
Color Harmonies of #A87A02
Complementary color
Monochromatic Colors of #A87A02
Black with #A87A02
Text Example
Text Example
White with #A87A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A02; }
p { color: rgb(168,122,2); }
H1.HeaderClassName
{
color: #A87A02;
}
.AnyTagClassName
{
color: #A87A02;
}
</style>
background-color css
<style>
a { background-color: #A87A02; }
a { background-color: rgb(168,122,2); }
div.DivClassName
{
background-color: #A87A02;
}
.BgClassName
{
background-color: #A87A02;
}
</style>
border-color css
<style>
span { border-color: #A87A02; }
span { border-color: rgb(168,122,2); }
td.TdClassName
{
border-color: #A87A02;
}
.TagClassName
{
border-color: #A87A02;
}
</style>