Shades of Dark Goldenrod #AB8501
Tints of Dark Goldenrod #AB8501
RGB
CMYK
RGB Variations
Color information
#AB8501 (or 0xAB8501) is known color: Dark Goldenrod. HEX triplet: AB, 85 and 01. RGB value is (171,133,1). Sum of RGB (Red+Green+Blue) = 171+133+1=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8501 is #547AFE. Grayscale: #818181. Windows color (decimal): -5536511 or 99755. OLE color: 99755.
HSL color Cylindrical-coordinate representation of color #AB8501: hue angle of 46.59º 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 #AB8501 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.33 |
| HSL | 46.59º | 0.99% | 0.34% | - |
| HSV(B) | 46.59º | 0.99% | 0.67% | - |
| XYZ | 25.19 | 25.44 | 3.61 | - |
| YUV | 129.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 1 | 0 | 0.22 | 0.99 | 0.33 | 46.59 | 0.99 | 0.34 |
| Hex | AB | 85 | 1 | 0 | 16 | 63 | 21 | 2F | 63 | 22 |
| Octal | 253 | 205 | 1 | 0 | 26 | 143 | 41 | 57 | 143 | 42 |
| Binary | 10101011 | 10000101 | 1 | 0 | 10110 | 1100011 | 100001 | 101111 | 1100011 | 100010 |
Color Harmonies of #AB8501
Complementary color
Monochromatic Colors of #AB8501
Black with #AB8501
Text Example
Text Example
White with #AB8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8501; }
p { color: rgb(171,133,1); }
H1.HeaderClassName
{
color: #AB8501;
}
.AnyTagClassName
{
color: #AB8501;
}
</style>
background-color css
<style>
a { background-color: #AB8501; }
a { background-color: rgb(171,133,1); }
div.DivClassName
{
background-color: #AB8501;
}
.BgClassName
{
background-color: #AB8501;
}
</style>
border-color css
<style>
span { border-color: #AB8501; }
span { border-color: rgb(171,133,1); }
td.TdClassName
{
border-color: #AB8501;
}
.TagClassName
{
border-color: #AB8501;
}
</style>