Shades of Dark Goldenrod #AB7513
Tints of Dark Goldenrod #AB7513
RGB
CMYK
RGB Variations
Color information
#AB7513 (or 0xAB7513) is known color: Dark Goldenrod. HEX triplet: AB, 75 and 13. RGB value is (171,117,19). Sum of RGB (Red+Green+Blue) = 171+117+19=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7513 is #548AEC. Grayscale: #7A7A7A. Windows color (decimal): -5540589 or 1275307. OLE color: 1275307.
HSL color Cylindrical-coordinate representation of color #AB7513: hue angle of 38.68º 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 #AB7513 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 19 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.33 |
| HSL | 38.68º | 0.8% | 0.37% | - |
| HSV(B) | 38.68º | 0.89% | 0.67% | - |
| XYZ | 23.27 | 21.43 | 3.53 | - |
| YUV | 121.97 | 69.89 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 19 | 0 | 0.32 | 0.89 | 0.33 | 38.68 | 0.8 | 0.37 |
| Hex | AB | 75 | 13 | 0 | 20 | 59 | 21 | 27 | 50 | 25 |
| Octal | 253 | 165 | 23 | 0 | 40 | 131 | 41 | 47 | 120 | 45 |
| Binary | 10101011 | 1110101 | 10011 | 0 | 100000 | 1011001 | 100001 | 100111 | 1010000 | 100101 |
Color Harmonies of #AB7513
Complementary color
Monochromatic Colors of #AB7513
Black with #AB7513
Text Example
Text Example
White with #AB7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7513; }
p { color: rgb(171,117,19); }
H1.HeaderClassName
{
color: #AB7513;
}
.AnyTagClassName
{
color: #AB7513;
}
</style>
background-color css
<style>
a { background-color: #AB7513; }
a { background-color: rgb(171,117,19); }
div.DivClassName
{
background-color: #AB7513;
}
.BgClassName
{
background-color: #AB7513;
}
</style>
border-color css
<style>
span { border-color: #AB7513; }
span { border-color: rgb(171,117,19); }
td.TdClassName
{
border-color: #AB7513;
}
.TagClassName
{
border-color: #AB7513;
}
</style>