Shades of Dark Goldenrod #AB7E12
Tints of Dark Goldenrod #AB7E12
RGB
CMYK
RGB Variations
Color information
#AB7E12 (or 0xAB7E12) is known color: Dark Goldenrod. HEX triplet: AB, 7E and 12. RGB value is (171,126,18). Sum of RGB (Red+Green+Blue) = 171+126+18=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7E12 is #5481ED. Grayscale: #7F7F7F. Windows color (decimal): -5538286 or 1212075. OLE color: 1212075.
HSL color Cylindrical-coordinate representation of color #AB7E12: hue angle of 42.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB7E12 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 18 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.33 |
| HSL | 42.35º | 0.81% | 0.37% | - |
| HSV(B) | 42.35º | 0.89% | 0.67% | - |
| XYZ | 24.36 | 23.62 | 3.85 | - |
| YUV | 127.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 18 | 0 | 0.26 | 0.89 | 0.33 | 42.35 | 0.81 | 0.37 |
| Hex | AB | 7E | 12 | 0 | 1A | 59 | 21 | 2A | 51 | 25 |
| Octal | 253 | 176 | 22 | 0 | 32 | 131 | 41 | 52 | 121 | 45 |
| Binary | 10101011 | 1111110 | 10010 | 0 | 11010 | 1011001 | 100001 | 101010 | 1010001 | 100101 |
Color Harmonies of #AB7E12
Complementary color
Monochromatic Colors of #AB7E12
Black with #AB7E12
Text Example
Text Example
White with #AB7E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E12; }
p { color: rgb(171,126,18); }
H1.HeaderClassName
{
color: #AB7E12;
}
.AnyTagClassName
{
color: #AB7E12;
}
</style>
background-color css
<style>
a { background-color: #AB7E12; }
a { background-color: rgb(171,126,18); }
div.DivClassName
{
background-color: #AB7E12;
}
.BgClassName
{
background-color: #AB7E12;
}
</style>
border-color css
<style>
span { border-color: #AB7E12; }
span { border-color: rgb(171,126,18); }
td.TdClassName
{
border-color: #AB7E12;
}
.TagClassName
{
border-color: #AB7E12;
}
</style>