Shades of Dark Goldenrod #AB7F10
Tints of Dark Goldenrod #AB7F10
RGB
CMYK
RGB Variations
Color information
#AB7F10 (or 0xAB7F10) is known color: Dark Goldenrod. HEX triplet: AB, 7F and 10. RGB value is (171,127,16). Sum of RGB (Red+Green+Blue) = 171+127+16=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7F10 is #5480EF. Grayscale: #7F7F7F. Windows color (decimal): -5538032 or 1081259. OLE color: 1081259.
HSL color Cylindrical-coordinate representation of color #AB7F10: hue angle of 42.97º 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 #AB7F10 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 16 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.33 |
| HSL | 42.97º | 0.83% | 0.37% | - |
| HSV(B) | 42.97º | 0.91% | 0.67% | - |
| XYZ | 24.48 | 23.87 | 3.81 | - |
| YUV | 127.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 16 | 0 | 0.26 | 0.91 | 0.33 | 42.97 | 0.83 | 0.37 |
| Hex | AB | 7F | 10 | 0 | 1A | 5B | 21 | 2B | 53 | 25 |
| Octal | 253 | 177 | 20 | 0 | 32 | 133 | 41 | 53 | 123 | 45 |
| Binary | 10101011 | 1111111 | 10000 | 0 | 11010 | 1011011 | 100001 | 101011 | 1010011 | 100101 |
Color Harmonies of #AB7F10
Complementary color
Monochromatic Colors of #AB7F10
Black with #AB7F10
Text Example
Text Example
White with #AB7F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F10; }
p { color: rgb(171,127,16); }
H1.HeaderClassName
{
color: #AB7F10;
}
.AnyTagClassName
{
color: #AB7F10;
}
</style>
background-color css
<style>
a { background-color: #AB7F10; }
a { background-color: rgb(171,127,16); }
div.DivClassName
{
background-color: #AB7F10;
}
.BgClassName
{
background-color: #AB7F10;
}
</style>
border-color css
<style>
span { border-color: #AB7F10; }
span { border-color: rgb(171,127,16); }
td.TdClassName
{
border-color: #AB7F10;
}
.TagClassName
{
border-color: #AB7F10;
}
</style>