Shades of Dark Goldenrod #AB8701
Tints of Dark Goldenrod #AB8701
RGB
CMYK
RGB Variations
Color information
#AB8701 (or 0xAB8701) is known color: Dark Goldenrod. HEX triplet: AB, 87 and 01. RGB value is (171,135,1). Sum of RGB (Red+Green+Blue) = 171+135+1=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8701 is #5478FE. Grayscale: #838383. Windows color (decimal): -5535999 or 100267. OLE color: 100267.
HSL color Cylindrical-coordinate representation of color #AB8701: hue angle of 47.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB8701 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.33 |
| HSL | 47.29º | 0.99% | 0.34% | - |
| HSV(B) | 47.29º | 0.99% | 0.67% | - |
| XYZ | 25.46 | 25.99 | 3.7 | - |
| YUV | 130.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 1 | 0 | 0.21 | 0.99 | 0.33 | 47.29 | 0.99 | 0.34 |
| Hex | AB | 87 | 1 | 0 | 15 | 63 | 21 | 2F | 63 | 22 |
| Octal | 253 | 207 | 1 | 0 | 25 | 143 | 41 | 57 | 143 | 42 |
| Binary | 10101011 | 10000111 | 1 | 0 | 10101 | 1100011 | 100001 | 101111 | 1100011 | 100010 |
Color Harmonies of #AB8701
Complementary color
Monochromatic Colors of #AB8701
Black with #AB8701
Text Example
Text Example
White with #AB8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8701; }
p { color: rgb(171,135,1); }
H1.HeaderClassName
{
color: #AB8701;
}
.AnyTagClassName
{
color: #AB8701;
}
</style>
background-color css
<style>
a { background-color: #AB8701; }
a { background-color: rgb(171,135,1); }
div.DivClassName
{
background-color: #AB8701;
}
.BgClassName
{
background-color: #AB8701;
}
</style>
border-color css
<style>
span { border-color: #AB8701; }
span { border-color: rgb(171,135,1); }
td.TdClassName
{
border-color: #AB8701;
}
.TagClassName
{
border-color: #AB8701;
}
</style>