Shades of Dark Goldenrod #AB800E
Tints of Dark Goldenrod #AB800E
RGB
CMYK
RGB Variations
Color information
#AB800E (or 0xAB800E) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 0E. RGB value is (171,128,14). Sum of RGB (Red+Green+Blue) = 171+128+14=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB800E is #547FF1. Grayscale: #808080. Windows color (decimal): -5537778 or 950443. OLE color: 950443.
HSL color Cylindrical-coordinate representation of color #AB800E: hue angle of 43.57º degrees, saturation: 0.85, 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 #AB800E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 14 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.33 |
| HSL | 43.57º | 0.85% | 0.36% | - |
| HSV(B) | 43.57º | 0.92% | 0.67% | - |
| XYZ | 24.59 | 24.13 | 3.78 | - |
| YUV | 127.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 14 | 0 | 0.25 | 0.92 | 0.33 | 43.57 | 0.85 | 0.36 |
| Hex | AB | 80 | E | 0 | 19 | 5C | 21 | 2C | 55 | 24 |
| Octal | 253 | 200 | 16 | 0 | 31 | 134 | 41 | 54 | 125 | 44 |
| Binary | 10101011 | 10000000 | 1110 | 0 | 11001 | 1011100 | 100001 | 101100 | 1010101 | 100100 |
Color Harmonies of #AB800E
Complementary color
Monochromatic Colors of #AB800E
Black with #AB800E
Text Example
Text Example
White with #AB800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB800E; }
p { color: rgb(171,128,14); }
H1.HeaderClassName
{
color: #AB800E;
}
.AnyTagClassName
{
color: #AB800E;
}
</style>
background-color css
<style>
a { background-color: #AB800E; }
a { background-color: rgb(171,128,14); }
div.DivClassName
{
background-color: #AB800E;
}
.BgClassName
{
background-color: #AB800E;
}
</style>
border-color css
<style>
span { border-color: #AB800E; }
span { border-color: rgb(171,128,14); }
td.TdClassName
{
border-color: #AB800E;
}
.TagClassName
{
border-color: #AB800E;
}
</style>