Shades of Dark Goldenrod #AB7A10
Tints of Dark Goldenrod #AB7A10
RGB
CMYK
RGB Variations
Color information
#AB7A10 (or 0xAB7A10) is known color: Dark Goldenrod. HEX triplet: AB, 7A and 10. RGB value is (171,122,16). Sum of RGB (Red+Green+Blue) = 171+122+16=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A10 is #5485EF. Grayscale: #7D7D7D. Windows color (decimal): -5539312 or 1079979. OLE color: 1079979.
HSL color Cylindrical-coordinate representation of color #AB7A10: hue angle of 41.03º 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 #AB7A10 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 16 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.33 |
| HSL | 41.03º | 0.83% | 0.37% | - |
| HSV(B) | 41.03º | 0.91% | 0.67% | - |
| XYZ | 23.85 | 22.61 | 3.6 | - |
| YUV | 124.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 16 | 0 | 0.29 | 0.91 | 0.33 | 41.03 | 0.83 | 0.37 |
| Hex | AB | 7A | 10 | 0 | 1D | 5B | 21 | 29 | 53 | 25 |
| Octal | 253 | 172 | 20 | 0 | 35 | 133 | 41 | 51 | 123 | 45 |
| Binary | 10101011 | 1111010 | 10000 | 0 | 11101 | 1011011 | 100001 | 101001 | 1010011 | 100101 |
Color Harmonies of #AB7A10
Complementary color
Monochromatic Colors of #AB7A10
Black with #AB7A10
Text Example
Text Example
White with #AB7A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A10; }
p { color: rgb(171,122,16); }
H1.HeaderClassName
{
color: #AB7A10;
}
.AnyTagClassName
{
color: #AB7A10;
}
</style>
background-color css
<style>
a { background-color: #AB7A10; }
a { background-color: rgb(171,122,16); }
div.DivClassName
{
background-color: #AB7A10;
}
.BgClassName
{
background-color: #AB7A10;
}
</style>
border-color css
<style>
span { border-color: #AB7A10; }
span { border-color: rgb(171,122,16); }
td.TdClassName
{
border-color: #AB7A10;
}
.TagClassName
{
border-color: #AB7A10;
}
</style>