Shades of Dark Goldenrod #AB9700
Tints of Dark Goldenrod #AB9700
RGB
CMYK
RGB Variations
Color information
#AB9700 (or 0xAB9700) is known color: Dark Goldenrod. HEX triplet: AB, 97 and 00. RGB value is (171,151,0). Sum of RGB (Red+Green+Blue) = 171+151+0=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9700 is #5468FF. Grayscale: #8C8C8C. Windows color (decimal): -5531904 or 38827. OLE color: 38827.
HSL color Cylindrical-coordinate representation of color #AB9700: hue angle of 52.98º 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 #AB9700 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.33 |
| HSL | 52.98º | 1% | 0.34% | - |
| HSV(B) | 52.98º | 1% | 0.67% | - |
| XYZ | 27.86 | 30.79 | 4.47 | - |
| YUV | 139.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 0 | 0 | 0.12 | 1 | 0.33 | 52.98 | 1 | 0.34 |
| Hex | AB | 97 | 0 | 0 | C | 64 | 21 | 35 | 64 | 22 |
| Octal | 253 | 227 | 0 | 0 | 14 | 144 | 41 | 65 | 144 | 42 |
| Binary | 10101011 | 10010111 | 0 | 0 | 1100 | 1100100 | 100001 | 110101 | 1100100 | 100010 |
Color Harmonies of #AB9700
Complementary color
Monochromatic Colors of #AB9700
Black with #AB9700
Text Example
Text Example
White with #AB9700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9700; }
p { color: rgb(171,151,0); }
H1.HeaderClassName
{
color: #AB9700;
}
.AnyTagClassName
{
color: #AB9700;
}
</style>
background-color css
<style>
a { background-color: #AB9700; }
a { background-color: rgb(171,151,0); }
div.DivClassName
{
background-color: #AB9700;
}
.BgClassName
{
background-color: #AB9700;
}
</style>
border-color css
<style>
span { border-color: #AB9700; }
span { border-color: rgb(171,151,0); }
td.TdClassName
{
border-color: #AB9700;
}
.TagClassName
{
border-color: #AB9700;
}
</style>