Shades of Dark Goldenrod #A87910
Tints of Dark Goldenrod #A87910
RGB
CMYK
RGB Variations
Color information
#A87910 (or 0xA87910) is known color: Dark Goldenrod. HEX triplet: A8, 79 and 10. RGB value is (168,121,16). Sum of RGB (Red+Green+Blue) = 168+121+16=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A87910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87910 is #5786EF. Grayscale: #7B7B7B. Windows color (decimal): -5736176 or 1079720. OLE color: 1079720.
HSL color Cylindrical-coordinate representation of color #A87910: hue angle of 41.45º 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 #A87910 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 16 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.34 |
| HSL | 41.45º | 0.83% | 0.36% | - |
| HSV(B) | 41.45º | 0.9% | 0.66% | - |
| XYZ | 23.08 | 22.04 | 3.53 | - |
| YUV | 123.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 16 | 0 | 0.28 | 0.90 | 0.34 | 41.45 | 0.83 | 0.36 |
| Hex | A8 | 79 | 10 | 0 | 1C | 5A | 22 | 29 | 53 | 24 |
| Octal | 250 | 171 | 20 | 0 | 34 | 132 | 42 | 51 | 123 | 44 |
| Binary | 10101000 | 1111001 | 10000 | 0 | 11100 | 1011010 | 100010 | 101001 | 1010011 | 100100 |
Color Harmonies of #A87910
Complementary color
Monochromatic Colors of #A87910
Black with #A87910
Text Example
Text Example
White with #A87910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87910; }
p { color: rgb(168,121,16); }
H1.HeaderClassName
{
color: #A87910;
}
.AnyTagClassName
{
color: #A87910;
}
</style>
background-color css
<style>
a { background-color: #A87910; }
a { background-color: rgb(168,121,16); }
div.DivClassName
{
background-color: #A87910;
}
.BgClassName
{
background-color: #A87910;
}
</style>
border-color css
<style>
span { border-color: #A87910; }
span { border-color: rgb(168,121,16); }
td.TdClassName
{
border-color: #A87910;
}
.TagClassName
{
border-color: #A87910;
}
</style>