Shades of Dark Goldenrod #AB8C10
Tints of Dark Goldenrod #AB8C10
RGB
CMYK
RGB Variations
Color information
#AB8C10 (or 0xAB8C10) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 10. RGB value is (171,140,16). Sum of RGB (Red+Green+Blue) = 171+140+16=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C10 is #5473EF. Grayscale: #878787. Windows color (decimal): -5534704 or 1084587. OLE color: 1084587.
HSL color Cylindrical-coordinate representation of color #AB8C10: hue angle of 48º 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 #AB8C10 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 16 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.33 |
| HSL | 48º | 0.83% | 0.37% | - |
| HSV(B) | 48º | 0.91% | 0.67% | - |
| XYZ | 26.27 | 27.45 | 4.4 | - |
| YUV | 135.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 16 | 0 | 0.18 | 0.91 | 0.33 | 48 | 0.83 | 0.37 |
| Hex | AB | 8C | 10 | 0 | 12 | 5B | 21 | 30 | 53 | 25 |
| Octal | 253 | 214 | 20 | 0 | 22 | 133 | 41 | 60 | 123 | 45 |
| Binary | 10101011 | 10001100 | 10000 | 0 | 10010 | 1011011 | 100001 | 110000 | 1010011 | 100101 |
Color Harmonies of #AB8C10
Complementary color
Monochromatic Colors of #AB8C10
Black with #AB8C10
Text Example
Text Example
White with #AB8C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C10; }
p { color: rgb(171,140,16); }
H1.HeaderClassName
{
color: #AB8C10;
}
.AnyTagClassName
{
color: #AB8C10;
}
</style>
background-color css
<style>
a { background-color: #AB8C10; }
a { background-color: rgb(171,140,16); }
div.DivClassName
{
background-color: #AB8C10;
}
.BgClassName
{
background-color: #AB8C10;
}
</style>
border-color css
<style>
span { border-color: #AB8C10; }
span { border-color: rgb(171,140,16); }
td.TdClassName
{
border-color: #AB8C10;
}
.TagClassName
{
border-color: #AB8C10;
}
</style>