Shades of Dark Goldenrod #A87F11
Tints of Dark Goldenrod #A87F11
RGB
CMYK
RGB Variations
Color information
#A87F11 (or 0xA87F11) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 11. RGB value is (168,127,17). Sum of RGB (Red+Green+Blue) = 168+127+17=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F11 is #5780EE. Grayscale: #7F7F7F. Windows color (decimal): -5734639 or 1146792. OLE color: 1146792.
HSL color Cylindrical-coordinate representation of color #A87F11: hue angle of 43.71º degrees, saturation: 0.82, 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 #A87F11 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 17 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.34 |
| HSL | 43.71º | 0.82% | 0.36% | - |
| HSV(B) | 43.71º | 0.9% | 0.66% | - |
| XYZ | 23.84 | 23.54 | 3.82 | - |
| YUV | 126.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 17 | 0 | 0.24 | 0.90 | 0.34 | 43.71 | 0.82 | 0.36 |
| Hex | A8 | 7F | 11 | 0 | 18 | 5A | 22 | 2C | 52 | 24 |
| Octal | 250 | 177 | 21 | 0 | 30 | 132 | 42 | 54 | 122 | 44 |
| Binary | 10101000 | 1111111 | 10001 | 0 | 11000 | 1011010 | 100010 | 101100 | 1010010 | 100100 |
Color Harmonies of #A87F11
Complementary color
Monochromatic Colors of #A87F11
Black with #A87F11
Text Example
Text Example
White with #A87F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F11; }
p { color: rgb(168,127,17); }
H1.HeaderClassName
{
color: #A87F11;
}
.AnyTagClassName
{
color: #A87F11;
}
</style>
background-color css
<style>
a { background-color: #A87F11; }
a { background-color: rgb(168,127,17); }
div.DivClassName
{
background-color: #A87F11;
}
.BgClassName
{
background-color: #A87F11;
}
</style>
border-color css
<style>
span { border-color: #A87F11; }
span { border-color: rgb(168,127,17); }
td.TdClassName
{
border-color: #A87F11;
}
.TagClassName
{
border-color: #A87F11;
}
</style>