Shades of Dark Goldenrod #AB870B
Tints of Dark Goldenrod #AB870B
RGB
CMYK
RGB Variations
Color information
#AB870B (or 0xAB870B) is known color: Dark Goldenrod. HEX triplet: AB, 87 and 0B. RGB value is (171,135,11). Sum of RGB (Red+Green+Blue) = 171+135+11=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB870B is #5478F4. Grayscale: #848484. Windows color (decimal): -5535989 or 755627. OLE color: 755627.
HSL color Cylindrical-coordinate representation of color #AB870B: hue angle of 46.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB870B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.33 |
| HSL | 46.5º | 0.88% | 0.36% | - |
| HSV(B) | 46.5º | 0.94% | 0.67% | - |
| XYZ | 25.52 | 26.01 | 3.99 | - |
| YUV | 131.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 11 | 0 | 0.21 | 0.94 | 0.33 | 46.5 | 0.88 | 0.36 |
| Hex | AB | 87 | B | 0 | 15 | 5E | 21 | 2E | 58 | 24 |
| Octal | 253 | 207 | 13 | 0 | 25 | 136 | 41 | 56 | 130 | 44 |
| Binary | 10101011 | 10000111 | 1011 | 0 | 10101 | 1011110 | 100001 | 101110 | 1011000 | 100100 |
Color Harmonies of #AB870B
Complementary color
Monochromatic Colors of #AB870B
Black with #AB870B
Text Example
Text Example
White with #AB870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB870B; }
p { color: rgb(171,135,11); }
H1.HeaderClassName
{
color: #AB870B;
}
.AnyTagClassName
{
color: #AB870B;
}
</style>
background-color css
<style>
a { background-color: #AB870B; }
a { background-color: rgb(171,135,11); }
div.DivClassName
{
background-color: #AB870B;
}
.BgClassName
{
background-color: #AB870B;
}
</style>
border-color css
<style>
span { border-color: #AB870B; }
span { border-color: rgb(171,135,11); }
td.TdClassName
{
border-color: #AB870B;
}
.TagClassName
{
border-color: #AB870B;
}
</style>