Shades of Dark Goldenrod #A87402
Tints of Dark Goldenrod #A87402
RGB
CMYK
RGB Variations
Color information
#A87402 (or 0xA87402) is known color: Dark Goldenrod. HEX triplet: A8, 74 and 02. RGB value is (168,116,2). Sum of RGB (Red+Green+Blue) = 168+116+2=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A87402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87402 is #578BFD. Grayscale: #777777. Windows color (decimal): -5737470 or 160936. OLE color: 160936.
HSL color Cylindrical-coordinate representation of color #A87402: hue angle of 41.2º 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 #A87402 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.34 |
| HSL | 41.2º | 0.98% | 0.33% | - |
| HSV(B) | 41.2º | 0.99% | 0.66% | - |
| XYZ | 22.4 | 20.82 | 2.9 | - |
| YUV | 118.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 2 | 0 | 0.31 | 0.99 | 0.34 | 41.2 | 0.98 | 0.33 |
| Hex | A8 | 74 | 2 | 0 | 1F | 63 | 22 | 29 | 62 | 21 |
| Octal | 250 | 164 | 2 | 0 | 37 | 143 | 42 | 51 | 142 | 41 |
| Binary | 10101000 | 1110100 | 10 | 0 | 11111 | 1100011 | 100010 | 101001 | 1100010 | 100001 |
Color Harmonies of #A87402
Complementary color
Monochromatic Colors of #A87402
Black with #A87402
Text Example
Text Example
White with #A87402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87402; }
p { color: rgb(168,116,2); }
H1.HeaderClassName
{
color: #A87402;
}
.AnyTagClassName
{
color: #A87402;
}
</style>
background-color css
<style>
a { background-color: #A87402; }
a { background-color: rgb(168,116,2); }
div.DivClassName
{
background-color: #A87402;
}
.BgClassName
{
background-color: #A87402;
}
</style>
border-color css
<style>
span { border-color: #A87402; }
span { border-color: rgb(168,116,2); }
td.TdClassName
{
border-color: #A87402;
}
.TagClassName
{
border-color: #A87402;
}
</style>