Shades of Dark Goldenrod #AB8A00
Tints of Dark Goldenrod #AB8A00
RGB
CMYK
RGB Variations
Color information
#AB8A00 (or 0xAB8A00) is known color: Dark Goldenrod. HEX triplet: AB, 8A and 00. RGB value is (171,138,0). Sum of RGB (Red+Green+Blue) = 171+138+0=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8A00 is #5475FF. Grayscale: #848484. Windows color (decimal): -5535232 or 35499. OLE color: 35499.
HSL color Cylindrical-coordinate representation of color #AB8A00: hue angle of 48.42º 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 #AB8A00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.33 |
| HSL | 48.42º | 1% | 0.34% | - |
| HSV(B) | 48.42º | 1% | 0.67% | - |
| XYZ | 25.88 | 26.83 | 3.82 | - |
| YUV | 132.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 0 | 0 | 0.19 | 1 | 0.33 | 48.42 | 1 | 0.34 |
| Hex | AB | 8A | 0 | 0 | 13 | 64 | 21 | 30 | 64 | 22 |
| Octal | 253 | 212 | 0 | 0 | 23 | 144 | 41 | 60 | 144 | 42 |
| Binary | 10101011 | 10001010 | 0 | 0 | 10011 | 1100100 | 100001 | 110000 | 1100100 | 100010 |
Color Harmonies of #AB8A00
Complementary color
Monochromatic Colors of #AB8A00
Black with #AB8A00
Text Example
Text Example
White with #AB8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A00; }
p { color: rgb(171,138,0); }
H1.HeaderClassName
{
color: #AB8A00;
}
.AnyTagClassName
{
color: #AB8A00;
}
</style>
background-color css
<style>
a { background-color: #AB8A00; }
a { background-color: rgb(171,138,0); }
div.DivClassName
{
background-color: #AB8A00;
}
.BgClassName
{
background-color: #AB8A00;
}
</style>
border-color css
<style>
span { border-color: #AB8A00; }
span { border-color: rgb(171,138,0); }
td.TdClassName
{
border-color: #AB8A00;
}
.TagClassName
{
border-color: #AB8A00;
}
</style>