Shades of Dark Goldenrod #AB7B12
Tints of Dark Goldenrod #AB7B12
RGB
CMYK
RGB Variations
Color information
#AB7B12 (or 0xAB7B12) is known color: Dark Goldenrod. HEX triplet: AB, 7B and 12. RGB value is (171,123,18). Sum of RGB (Red+Green+Blue) = 171+123+18=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B12 is #5484ED. Grayscale: #7D7D7D. Windows color (decimal): -5539054 or 1211307. OLE color: 1211307.
HSL color Cylindrical-coordinate representation of color #AB7B12: hue angle of 41.18º 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 #AB7B12 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 18 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.33 |
| HSL | 41.18º | 0.81% | 0.37% | - |
| HSV(B) | 41.18º | 0.89% | 0.67% | - |
| XYZ | 23.99 | 22.87 | 3.72 | - |
| YUV | 125.38 | 67.4 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 18 | 0 | 0.28 | 0.89 | 0.33 | 41.18 | 0.81 | 0.37 |
| Hex | AB | 7B | 12 | 0 | 1C | 59 | 21 | 29 | 51 | 25 |
| Octal | 253 | 173 | 22 | 0 | 34 | 131 | 41 | 51 | 121 | 45 |
| Binary | 10101011 | 1111011 | 10010 | 0 | 11100 | 1011001 | 100001 | 101001 | 1010001 | 100101 |
Color Harmonies of #AB7B12
Complementary color
Monochromatic Colors of #AB7B12
Black with #AB7B12
Text Example
Text Example
White with #AB7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B12; }
p { color: rgb(171,123,18); }
H1.HeaderClassName
{
color: #AB7B12;
}
.AnyTagClassName
{
color: #AB7B12;
}
</style>
background-color css
<style>
a { background-color: #AB7B12; }
a { background-color: rgb(171,123,18); }
div.DivClassName
{
background-color: #AB7B12;
}
.BgClassName
{
background-color: #AB7B12;
}
</style>
border-color css
<style>
span { border-color: #AB7B12; }
span { border-color: rgb(171,123,18); }
td.TdClassName
{
border-color: #AB7B12;
}
.TagClassName
{
border-color: #AB7B12;
}
</style>