Shades of Dark Goldenrod #A87100
Tints of Dark Goldenrod #A87100
RGB
CMYK
RGB Variations
Color information
#A87100 (or 0xA87100) is known color: Dark Goldenrod. HEX triplet: A8, 71 and 00. RGB value is (168,113,0). Sum of RGB (Red+Green+Blue) = 168+113+0=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A87100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87100 is #578EFF. Grayscale: #757575. Windows color (decimal): -5738240 or 29096. OLE color: 29096.
HSL color Cylindrical-coordinate representation of color #A87100: hue angle of 40.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A87100 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.34 |
| HSL | 40.36º | 1% | 0.33% | - |
| HSV(B) | 40.36º | 1% | 0.66% | - |
| XYZ | 22.05 | 20.14 | 2.72 | - |
| YUV | 116.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 0 | 0 | 0.33 | 1 | 0.34 | 40.36 | 1 | 0.33 |
| Hex | A8 | 71 | 0 | 0 | 21 | 64 | 22 | 28 | 64 | 21 |
| Octal | 250 | 161 | 0 | 0 | 41 | 144 | 42 | 50 | 144 | 41 |
| Binary | 10101000 | 1110001 | 0 | 0 | 100001 | 1100100 | 100010 | 101000 | 1100100 | 100001 |
Color Harmonies of #A87100
Complementary color
Monochromatic Colors of #A87100
Black with #A87100
Text Example
Text Example
White with #A87100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87100; }
p { color: rgb(168,113,0); }
H1.HeaderClassName
{
color: #A87100;
}
.AnyTagClassName
{
color: #A87100;
}
</style>
background-color css
<style>
a { background-color: #A87100; }
a { background-color: rgb(168,113,0); }
div.DivClassName
{
background-color: #A87100;
}
.BgClassName
{
background-color: #A87100;
}
</style>
border-color css
<style>
span { border-color: #A87100; }
span { border-color: rgb(168,113,0); }
td.TdClassName
{
border-color: #A87100;
}
.TagClassName
{
border-color: #A87100;
}
</style>