Shades of Dark Goldenrod #AB7510
Tints of Dark Goldenrod #AB7510
RGB
CMYK
RGB Variations
Color information
#AB7510 (or 0xAB7510) is known color: Dark Goldenrod. HEX triplet: AB, 75 and 10. RGB value is (171,117,16). Sum of RGB (Red+Green+Blue) = 171+117+16=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7510 is #548AEF. Grayscale: #7A7A7A. Windows color (decimal): -5540592 or 1078699. OLE color: 1078699.
HSL color Cylindrical-coordinate representation of color #AB7510: hue angle of 39.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB7510 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 16 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.33 |
| HSL | 39.1º | 0.83% | 0.37% | - |
| HSV(B) | 39.1º | 0.91% | 0.67% | - |
| XYZ | 23.25 | 21.42 | 3.4 | - |
| YUV | 121.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 16 | 0 | 0.32 | 0.91 | 0.33 | 39.1 | 0.83 | 0.37 |
| Hex | AB | 75 | 10 | 0 | 20 | 5B | 21 | 27 | 53 | 25 |
| Octal | 253 | 165 | 20 | 0 | 40 | 133 | 41 | 47 | 123 | 45 |
| Binary | 10101011 | 1110101 | 10000 | 0 | 100000 | 1011011 | 100001 | 100111 | 1010011 | 100101 |
Color Harmonies of #AB7510
Complementary color
Monochromatic Colors of #AB7510
Black with #AB7510
Text Example
Text Example
White with #AB7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7510; }
p { color: rgb(171,117,16); }
H1.HeaderClassName
{
color: #AB7510;
}
.AnyTagClassName
{
color: #AB7510;
}
</style>
background-color css
<style>
a { background-color: #AB7510; }
a { background-color: rgb(171,117,16); }
div.DivClassName
{
background-color: #AB7510;
}
.BgClassName
{
background-color: #AB7510;
}
</style>
border-color css
<style>
span { border-color: #AB7510; }
span { border-color: rgb(171,117,16); }
td.TdClassName
{
border-color: #AB7510;
}
.TagClassName
{
border-color: #AB7510;
}
</style>