Shades of Dark Goldenrod #AB8201
Tints of Dark Goldenrod #AB8201
RGB
CMYK
RGB Variations
Color information
#AB8201 (or 0xAB8201) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 01. RGB value is (171,130,1). Sum of RGB (Red+Green+Blue) = 171+130+1=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8201 is #547DFE. Grayscale: #808080. Windows color (decimal): -5537279 or 98987. OLE color: 98987.
HSL color Cylindrical-coordinate representation of color #AB8201: hue angle of 45.53º 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 #AB8201 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.33 |
| HSL | 45.53º | 0.99% | 0.34% | - |
| HSV(B) | 45.53º | 0.99% | 0.67% | - |
| XYZ | 24.78 | 24.63 | 3.48 | - |
| YUV | 127.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 1 | 0 | 0.24 | 0.99 | 0.33 | 45.53 | 0.99 | 0.34 |
| Hex | AB | 82 | 1 | 0 | 18 | 63 | 21 | 2E | 63 | 22 |
| Octal | 253 | 202 | 1 | 0 | 30 | 143 | 41 | 56 | 143 | 42 |
| Binary | 10101011 | 10000010 | 1 | 0 | 11000 | 1100011 | 100001 | 101110 | 1100011 | 100010 |
Color Harmonies of #AB8201
Complementary color
Monochromatic Colors of #AB8201
Black with #AB8201
Text Example
Text Example
White with #AB8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8201; }
p { color: rgb(171,130,1); }
H1.HeaderClassName
{
color: #AB8201;
}
.AnyTagClassName
{
color: #AB8201;
}
</style>
background-color css
<style>
a { background-color: #AB8201; }
a { background-color: rgb(171,130,1); }
div.DivClassName
{
background-color: #AB8201;
}
.BgClassName
{
background-color: #AB8201;
}
</style>
border-color css
<style>
span { border-color: #AB8201; }
span { border-color: rgb(171,130,1); }
td.TdClassName
{
border-color: #AB8201;
}
.TagClassName
{
border-color: #AB8201;
}
</style>