Shades of Dark Goldenrod #AB8400
Tints of Dark Goldenrod #AB8400
RGB
CMYK
RGB Variations
Color information
#AB8400 (or 0xAB8400) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 00. RGB value is (171,132,0). Sum of RGB (Red+Green+Blue) = 171+132+0=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8400 is #547BFF. Grayscale: #818181. Windows color (decimal): -5536768 or 33963. OLE color: 33963.
HSL color Cylindrical-coordinate representation of color #AB8400: hue angle of 46.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB8400 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.33 |
| HSL | 46.32º | 1% | 0.34% | - |
| HSV(B) | 46.32º | 1% | 0.67% | - |
| XYZ | 25.05 | 25.16 | 3.54 | - |
| YUV | 128.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 0 | 0 | 0.23 | 1 | 0.33 | 46.32 | 1 | 0.34 |
| Hex | AB | 84 | 0 | 0 | 17 | 64 | 21 | 2E | 64 | 22 |
| Octal | 253 | 204 | 0 | 0 | 27 | 144 | 41 | 56 | 144 | 42 |
| Binary | 10101011 | 10000100 | 0 | 0 | 10111 | 1100100 | 100001 | 101110 | 1100100 | 100010 |
Color Harmonies of #AB8400
Complementary color
Monochromatic Colors of #AB8400
Black with #AB8400
Text Example
Text Example
White with #AB8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8400; }
p { color: rgb(171,132,0); }
H1.HeaderClassName
{
color: #AB8400;
}
.AnyTagClassName
{
color: #AB8400;
}
</style>
background-color css
<style>
a { background-color: #AB8400; }
a { background-color: rgb(171,132,0); }
div.DivClassName
{
background-color: #AB8400;
}
.BgClassName
{
background-color: #AB8400;
}
</style>
border-color css
<style>
span { border-color: #AB8400; }
span { border-color: rgb(171,132,0); }
td.TdClassName
{
border-color: #AB8400;
}
.TagClassName
{
border-color: #AB8400;
}
</style>