Shades of Dark Goldenrod #AB8B0F
Tints of Dark Goldenrod #AB8B0F
RGB
CMYK
RGB Variations
Color information
#AB8B0F (or 0xAB8B0F) is known color: Dark Goldenrod. HEX triplet: AB, 8B and 0F. RGB value is (171,139,15). Sum of RGB (Red+Green+Blue) = 171+139+15=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8B0F is #5474F0. Grayscale: #868686. Windows color (decimal): -5534961 or 1018795. OLE color: 1018795.
HSL color Cylindrical-coordinate representation of color #AB8B0F: hue angle of 47.69º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB8B0F is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 15 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.33 |
| HSL | 47.69º | 0.84% | 0.36% | - |
| HSV(B) | 47.69º | 0.91% | 0.67% | - |
| XYZ | 26.11 | 27.16 | 4.32 | - |
| YUV | 134.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 15 | 0 | 0.19 | 0.91 | 0.33 | 47.69 | 0.84 | 0.36 |
| Hex | AB | 8B | F | 0 | 13 | 5B | 21 | 30 | 54 | 24 |
| Octal | 253 | 213 | 17 | 0 | 23 | 133 | 41 | 60 | 124 | 44 |
| Binary | 10101011 | 10001011 | 1111 | 0 | 10011 | 1011011 | 100001 | 110000 | 1010100 | 100100 |
Color Harmonies of #AB8B0F
Complementary color
Monochromatic Colors of #AB8B0F
Black with #AB8B0F
Text Example
Text Example
White with #AB8B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B0F; }
p { color: rgb(171,139,15); }
H1.HeaderClassName
{
color: #AB8B0F;
}
.AnyTagClassName
{
color: #AB8B0F;
}
</style>
background-color css
<style>
a { background-color: #AB8B0F; }
a { background-color: rgb(171,139,15); }
div.DivClassName
{
background-color: #AB8B0F;
}
.BgClassName
{
background-color: #AB8B0F;
}
</style>
border-color css
<style>
span { border-color: #AB8B0F; }
span { border-color: rgb(171,139,15); }
td.TdClassName
{
border-color: #AB8B0F;
}
.TagClassName
{
border-color: #AB8B0F;
}
</style>