Shades of Dark Goldenrod #AB8F0C
Tints of Dark Goldenrod #AB8F0C
RGB
CMYK
RGB Variations
Color information
#AB8F0C (or 0xAB8F0C) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 0C. RGB value is (171,143,12). Sum of RGB (Red+Green+Blue) = 171+143+12=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F0C is #5470F3. Grayscale: #888888. Windows color (decimal): -5533940 or 823211. OLE color: 823211.
HSL color Cylindrical-coordinate representation of color #AB8F0C: hue angle of 49.43º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB8F0C is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 12 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.33 |
| HSL | 49.43º | 0.87% | 0.36% | - |
| HSV(B) | 49.43º | 0.93% | 0.67% | - |
| XYZ | 26.68 | 28.33 | 4.41 | - |
| YUV | 136.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 12 | 0 | 0.16 | 0.93 | 0.33 | 49.43 | 0.87 | 0.36 |
| Hex | AB | 8F | C | 0 | 10 | 5D | 21 | 31 | 57 | 24 |
| Octal | 253 | 217 | 14 | 0 | 20 | 135 | 41 | 61 | 127 | 44 |
| Binary | 10101011 | 10001111 | 1100 | 0 | 10000 | 1011101 | 100001 | 110001 | 1010111 | 100100 |
Color Harmonies of #AB8F0C
Complementary color
Monochromatic Colors of #AB8F0C
Black with #AB8F0C
Text Example
Text Example
White with #AB8F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F0C; }
p { color: rgb(171,143,12); }
H1.HeaderClassName
{
color: #AB8F0C;
}
.AnyTagClassName
{
color: #AB8F0C;
}
</style>
background-color css
<style>
a { background-color: #AB8F0C; }
a { background-color: rgb(171,143,12); }
div.DivClassName
{
background-color: #AB8F0C;
}
.BgClassName
{
background-color: #AB8F0C;
}
</style>
border-color css
<style>
span { border-color: #AB8F0C; }
span { border-color: rgb(171,143,12); }
td.TdClassName
{
border-color: #AB8F0C;
}
.TagClassName
{
border-color: #AB8F0C;
}
</style>