Shades of Dark Goldenrod #A87F10
Tints of Dark Goldenrod #A87F10
RGB
CMYK
RGB Variations
Color information
#A87F10 (or 0xA87F10) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 10. RGB value is (168,127,16). Sum of RGB (Red+Green+Blue) = 168+127+16=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F10 is #5780EF. Grayscale: #7F7F7F. Windows color (decimal): -5734640 or 1081256. OLE color: 1081256.
HSL color Cylindrical-coordinate representation of color #A87F10: hue angle of 43.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A87F10 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 16 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.34 |
| HSL | 43.82º | 0.83% | 0.36% | - |
| HSV(B) | 43.82º | 0.9% | 0.66% | - |
| XYZ | 23.83 | 23.54 | 3.78 | - |
| YUV | 126.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 16 | 0 | 0.24 | 0.90 | 0.34 | 43.82 | 0.83 | 0.36 |
| Hex | A8 | 7F | 10 | 0 | 18 | 5A | 22 | 2C | 53 | 24 |
| Octal | 250 | 177 | 20 | 0 | 30 | 132 | 42 | 54 | 123 | 44 |
| Binary | 10101000 | 1111111 | 10000 | 0 | 11000 | 1011010 | 100010 | 101100 | 1010011 | 100100 |
Color Harmonies of #A87F10
Complementary color
Monochromatic Colors of #A87F10
Black with #A87F10
Text Example
Text Example
White with #A87F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F10; }
p { color: rgb(168,127,16); }
H1.HeaderClassName
{
color: #A87F10;
}
.AnyTagClassName
{
color: #A87F10;
}
</style>
background-color css
<style>
a { background-color: #A87F10; }
a { background-color: rgb(168,127,16); }
div.DivClassName
{
background-color: #A87F10;
}
.BgClassName
{
background-color: #A87F10;
}
</style>
border-color css
<style>
span { border-color: #A87F10; }
span { border-color: rgb(168,127,16); }
td.TdClassName
{
border-color: #A87F10;
}
.TagClassName
{
border-color: #A87F10;
}
</style>