Shades of Dark Goldenrod #AB870D
Tints of Dark Goldenrod #AB870D
RGB
CMYK
RGB Variations
Color information
#AB870D (or 0xAB870D) is known color: Dark Goldenrod. HEX triplet: AB, 87 and 0D. RGB value is (171,135,13). Sum of RGB (Red+Green+Blue) = 171+135+13=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB870D is #5478F2. Grayscale: #848484. Windows color (decimal): -5535987 or 886699. OLE color: 886699.
HSL color Cylindrical-coordinate representation of color #AB870D: hue angle of 46.33º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB870D is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 13 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.33 |
| HSL | 46.33º | 0.86% | 0.36% | - |
| HSV(B) | 46.33º | 0.92% | 0.67% | - |
| XYZ | 25.53 | 26.01 | 4.06 | - |
| YUV | 131.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 13 | 0 | 0.21 | 0.92 | 0.33 | 46.33 | 0.86 | 0.36 |
| Hex | AB | 87 | D | 0 | 15 | 5C | 21 | 2E | 56 | 24 |
| Octal | 253 | 207 | 15 | 0 | 25 | 134 | 41 | 56 | 126 | 44 |
| Binary | 10101011 | 10000111 | 1101 | 0 | 10101 | 1011100 | 100001 | 101110 | 1010110 | 100100 |
Color Harmonies of #AB870D
Complementary color
Monochromatic Colors of #AB870D
Black with #AB870D
Text Example
Text Example
White with #AB870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB870D; }
p { color: rgb(171,135,13); }
H1.HeaderClassName
{
color: #AB870D;
}
.AnyTagClassName
{
color: #AB870D;
}
</style>
background-color css
<style>
a { background-color: #AB870D; }
a { background-color: rgb(171,135,13); }
div.DivClassName
{
background-color: #AB870D;
}
.BgClassName
{
background-color: #AB870D;
}
</style>
border-color css
<style>
span { border-color: #AB870D; }
span { border-color: rgb(171,135,13); }
td.TdClassName
{
border-color: #AB870D;
}
.TagClassName
{
border-color: #AB870D;
}
</style>