Shades of Dark Goldenrod #AB8F02
Tints of Dark Goldenrod #AB8F02
RGB
CMYK
RGB Variations
Color information
#AB8F02 (or 0xAB8F02) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 02. RGB value is (171,143,2). Sum of RGB (Red+Green+Blue) = 171+143+2=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F02 is #5470FD. Grayscale: #878787. Windows color (decimal): -5533950 or 167851. OLE color: 167851.
HSL color Cylindrical-coordinate representation of color #AB8F02: hue angle of 50.06º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB8F02 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.33 |
| HSL | 50.06º | 0.98% | 0.34% | - |
| HSV(B) | 50.06º | 0.99% | 0.67% | - |
| XYZ | 26.63 | 28.31 | 4.12 | - |
| YUV | 135.3 | 52.78 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 2 | 0 | 0.16 | 0.99 | 0.33 | 50.06 | 0.98 | 0.34 |
| Hex | AB | 8F | 2 | 0 | 10 | 63 | 21 | 32 | 62 | 22 |
| Octal | 253 | 217 | 2 | 0 | 20 | 143 | 41 | 62 | 142 | 42 |
| Binary | 10101011 | 10001111 | 10 | 0 | 10000 | 1100011 | 100001 | 110010 | 1100010 | 100010 |
Color Harmonies of #AB8F02
Complementary color
Monochromatic Colors of #AB8F02
Black with #AB8F02
Text Example
Text Example
White with #AB8F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F02; }
p { color: rgb(171,143,2); }
H1.HeaderClassName
{
color: #AB8F02;
}
.AnyTagClassName
{
color: #AB8F02;
}
</style>
background-color css
<style>
a { background-color: #AB8F02; }
a { background-color: rgb(171,143,2); }
div.DivClassName
{
background-color: #AB8F02;
}
.BgClassName
{
background-color: #AB8F02;
}
</style>
border-color css
<style>
span { border-color: #AB8F02; }
span { border-color: rgb(171,143,2); }
td.TdClassName
{
border-color: #AB8F02;
}
.TagClassName
{
border-color: #AB8F02;
}
</style>