Shades of Dark Goldenrod #A87602
Tints of Dark Goldenrod #A87602
RGB
CMYK
RGB Variations
Color information
#A87602 (or 0xA87602) is known color: Dark Goldenrod. HEX triplet: A8, 76 and 02. RGB value is (168,118,2). Sum of RGB (Red+Green+Blue) = 168+118+2=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A87602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87602 is #5789FD. Grayscale: #787878. Windows color (decimal): -5736958 or 161448. OLE color: 161448.
HSL color Cylindrical-coordinate representation of color #A87602: hue angle of 41.93º 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 #A87602 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.34 |
| HSL | 41.93º | 0.98% | 0.33% | - |
| HSV(B) | 41.93º | 0.99% | 0.66% | - |
| XYZ | 22.64 | 21.29 | 2.97 | - |
| YUV | 119.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 2 | 0 | 0.30 | 0.99 | 0.34 | 41.93 | 0.98 | 0.33 |
| Hex | A8 | 76 | 2 | 0 | 1E | 63 | 22 | 2A | 62 | 21 |
| Octal | 250 | 166 | 2 | 0 | 36 | 143 | 42 | 52 | 142 | 41 |
| Binary | 10101000 | 1110110 | 10 | 0 | 11110 | 1100011 | 100010 | 101010 | 1100010 | 100001 |
Color Harmonies of #A87602
Complementary color
Monochromatic Colors of #A87602
Black with #A87602
Text Example
Text Example
White with #A87602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87602; }
p { color: rgb(168,118,2); }
H1.HeaderClassName
{
color: #A87602;
}
.AnyTagClassName
{
color: #A87602;
}
</style>
background-color css
<style>
a { background-color: #A87602; }
a { background-color: rgb(168,118,2); }
div.DivClassName
{
background-color: #A87602;
}
.BgClassName
{
background-color: #A87602;
}
</style>
border-color css
<style>
span { border-color: #A87602; }
span { border-color: rgb(168,118,2); }
td.TdClassName
{
border-color: #A87602;
}
.TagClassName
{
border-color: #A87602;
}
</style>