Shades of Dark Goldenrod #AB7713
Tints of Dark Goldenrod #AB7713
RGB
CMYK
RGB Variations
Color information
#AB7713 (or 0xAB7713) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 13. RGB value is (171,119,19). Sum of RGB (Red+Green+Blue) = 171+119+19=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7713 is #5488EC. Grayscale: #7B7B7B. Windows color (decimal): -5540077 or 1275819. OLE color: 1275819.
HSL color Cylindrical-coordinate representation of color #AB7713: hue angle of 39.47º 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 #AB7713 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 19 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.33 |
| HSL | 39.47º | 0.8% | 0.37% | - |
| HSV(B) | 39.47º | 0.89% | 0.67% | - |
| XYZ | 23.51 | 21.9 | 3.6 | - |
| YUV | 123.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 19 | 0 | 0.30 | 0.89 | 0.33 | 39.47 | 0.8 | 0.37 |
| Hex | AB | 77 | 13 | 0 | 1E | 59 | 21 | 27 | 50 | 25 |
| Octal | 253 | 167 | 23 | 0 | 36 | 131 | 41 | 47 | 120 | 45 |
| Binary | 10101011 | 1110111 | 10011 | 0 | 11110 | 1011001 | 100001 | 100111 | 1010000 | 100101 |
Color Harmonies of #AB7713
Complementary color
Monochromatic Colors of #AB7713
Black with #AB7713
Text Example
Text Example
White with #AB7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7713; }
p { color: rgb(171,119,19); }
H1.HeaderClassName
{
color: #AB7713;
}
.AnyTagClassName
{
color: #AB7713;
}
</style>
background-color css
<style>
a { background-color: #AB7713; }
a { background-color: rgb(171,119,19); }
div.DivClassName
{
background-color: #AB7713;
}
.BgClassName
{
background-color: #AB7713;
}
</style>
border-color css
<style>
span { border-color: #AB7713; }
span { border-color: rgb(171,119,19); }
td.TdClassName
{
border-color: #AB7713;
}
.TagClassName
{
border-color: #AB7713;
}
</style>