Shades of Dark Goldenrod #AB7D13
Tints of Dark Goldenrod #AB7D13
RGB
CMYK
RGB Variations
Color information
#AB7D13 (or 0xAB7D13) is known color: Dark Goldenrod. HEX triplet: AB, 7D and 13. RGB value is (171,125,19). Sum of RGB (Red+Green+Blue) = 171+125+19=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D13 is #5482EC. Grayscale: #7F7F7F. Windows color (decimal): -5538541 or 1277355. OLE color: 1277355.
HSL color Cylindrical-coordinate representation of color #AB7D13: hue angle of 41.84º degrees, saturation: 0.8, 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 #AB7D13 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 19 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.33 |
| HSL | 41.84º | 0.8% | 0.37% | - |
| HSV(B) | 41.84º | 0.89% | 0.67% | - |
| XYZ | 24.25 | 23.37 | 3.85 | - |
| YUV | 126.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 19 | 0 | 0.27 | 0.89 | 0.33 | 41.84 | 0.8 | 0.37 |
| Hex | AB | 7D | 13 | 0 | 1B | 59 | 21 | 2A | 50 | 25 |
| Octal | 253 | 175 | 23 | 0 | 33 | 131 | 41 | 52 | 120 | 45 |
| Binary | 10101011 | 1111101 | 10011 | 0 | 11011 | 1011001 | 100001 | 101010 | 1010000 | 100101 |
Color Harmonies of #AB7D13
Complementary color
Monochromatic Colors of #AB7D13
Black with #AB7D13
Text Example
Text Example
White with #AB7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D13; }
p { color: rgb(171,125,19); }
H1.HeaderClassName
{
color: #AB7D13;
}
.AnyTagClassName
{
color: #AB7D13;
}
</style>
background-color css
<style>
a { background-color: #AB7D13; }
a { background-color: rgb(171,125,19); }
div.DivClassName
{
background-color: #AB7D13;
}
.BgClassName
{
background-color: #AB7D13;
}
</style>
border-color css
<style>
span { border-color: #AB7D13; }
span { border-color: rgb(171,125,19); }
td.TdClassName
{
border-color: #AB7D13;
}
.TagClassName
{
border-color: #AB7D13;
}
</style>