Shades of Dark Goldenrod #A87F0B
Tints of Dark Goldenrod #A87F0B
RGB
CMYK
RGB Variations
Color information
#A87F0B (or 0xA87F0B) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 0B. RGB value is (168,127,11). Sum of RGB (Red+Green+Blue) = 168+127+11=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F0B is #5780F4. Grayscale: #7E7E7E. Windows color (decimal): -5734645 or 753576. OLE color: 753576.
HSL color Cylindrical-coordinate representation of color #A87F0B: hue angle of 44.33º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A87F0B is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 11 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.34 |
| HSL | 44.33º | 0.88% | 0.35% | - |
| HSV(B) | 44.33º | 0.93% | 0.66% | - |
| XYZ | 23.8 | 23.53 | 3.6 | - |
| YUV | 126.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 11 | 0 | 0.24 | 0.93 | 0.34 | 44.33 | 0.88 | 0.35 |
| Hex | A8 | 7F | B | 0 | 18 | 5D | 22 | 2C | 58 | 23 |
| Octal | 250 | 177 | 13 | 0 | 30 | 135 | 42 | 54 | 130 | 43 |
| Binary | 10101000 | 1111111 | 1011 | 0 | 11000 | 1011101 | 100010 | 101100 | 1011000 | 100011 |
Color Harmonies of #A87F0B
Complementary color
Monochromatic Colors of #A87F0B
Black with #A87F0B
Text Example
Text Example
White with #A87F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F0B; }
p { color: rgb(168,127,11); }
H1.HeaderClassName
{
color: #A87F0B;
}
.AnyTagClassName
{
color: #A87F0B;
}
</style>
background-color css
<style>
a { background-color: #A87F0B; }
a { background-color: rgb(168,127,11); }
div.DivClassName
{
background-color: #A87F0B;
}
.BgClassName
{
background-color: #A87F0B;
}
</style>
border-color css
<style>
span { border-color: #A87F0B; }
span { border-color: rgb(168,127,11); }
td.TdClassName
{
border-color: #A87F0B;
}
.TagClassName
{
border-color: #A87F0B;
}
</style>