Shades of Dark Goldenrod #AB8F07
Tints of Dark Goldenrod #AB8F07
RGB
CMYK
RGB Variations
Color information
#AB8F07 (or 0xAB8F07) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 07. RGB value is (171,143,7). Sum of RGB (Red+Green+Blue) = 171+143+7=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F07 is #5470F8. Grayscale: #888888. Windows color (decimal): -5533945 or 495531. OLE color: 495531.
HSL color Cylindrical-coordinate representation of color #AB8F07: hue angle of 49.76º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB8F07 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 7 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.33 |
| HSL | 49.76º | 0.92% | 0.35% | - |
| HSV(B) | 49.76º | 0.96% | 0.67% | - |
| XYZ | 26.66 | 28.32 | 4.26 | - |
| YUV | 135.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 7 | 0 | 0.16 | 0.96 | 0.33 | 49.76 | 0.92 | 0.35 |
| Hex | AB | 8F | 7 | 0 | 10 | 60 | 21 | 32 | 5C | 23 |
| Octal | 253 | 217 | 7 | 0 | 20 | 140 | 41 | 62 | 134 | 43 |
| Binary | 10101011 | 10001111 | 111 | 0 | 10000 | 1100000 | 100001 | 110010 | 1011100 | 100011 |
Color Harmonies of #AB8F07
Complementary color
Monochromatic Colors of #AB8F07
Black with #AB8F07
Text Example
Text Example
White with #AB8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F07; }
p { color: rgb(171,143,7); }
H1.HeaderClassName
{
color: #AB8F07;
}
.AnyTagClassName
{
color: #AB8F07;
}
</style>
background-color css
<style>
a { background-color: #AB8F07; }
a { background-color: rgb(171,143,7); }
div.DivClassName
{
background-color: #AB8F07;
}
.BgClassName
{
background-color: #AB8F07;
}
</style>
border-color css
<style>
span { border-color: #AB8F07; }
span { border-color: rgb(171,143,7); }
td.TdClassName
{
border-color: #AB8F07;
}
.TagClassName
{
border-color: #AB8F07;
}
</style>