Shades of Dark Goldenrod #AB8C00
Tints of Dark Goldenrod #AB8C00
RGB
CMYK
RGB Variations
Color information
#AB8C00 (or 0xAB8C00) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 00. RGB value is (171,140,0). Sum of RGB (Red+Green+Blue) = 171+140+0=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C00 is #5473FF. Grayscale: #858585. Windows color (decimal): -5534720 or 36011. OLE color: 36011.
HSL color Cylindrical-coordinate representation of color #AB8C00: hue angle of 49.12º 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 #AB8C00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.33 |
| HSL | 49.12º | 1% | 0.34% | - |
| HSV(B) | 49.12º | 1% | 0.67% | - |
| XYZ | 26.17 | 27.41 | 3.91 | - |
| YUV | 133.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 0 | 0 | 0.18 | 1 | 0.33 | 49.12 | 1 | 0.34 |
| Hex | AB | 8C | 0 | 0 | 12 | 64 | 21 | 31 | 64 | 22 |
| Octal | 253 | 214 | 0 | 0 | 22 | 144 | 41 | 61 | 144 | 42 |
| Binary | 10101011 | 10001100 | 0 | 0 | 10010 | 1100100 | 100001 | 110001 | 1100100 | 100010 |
Color Harmonies of #AB8C00
Complementary color
Monochromatic Colors of #AB8C00
Black with #AB8C00
Text Example
Text Example
White with #AB8C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C00; }
p { color: rgb(171,140,0); }
H1.HeaderClassName
{
color: #AB8C00;
}
.AnyTagClassName
{
color: #AB8C00;
}
</style>
background-color css
<style>
a { background-color: #AB8C00; }
a { background-color: rgb(171,140,0); }
div.DivClassName
{
background-color: #AB8C00;
}
.BgClassName
{
background-color: #AB8C00;
}
</style>
border-color css
<style>
span { border-color: #AB8C00; }
span { border-color: rgb(171,140,0); }
td.TdClassName
{
border-color: #AB8C00;
}
.TagClassName
{
border-color: #AB8C00;
}
</style>