Shades of Dark Goldenrod #AB800F
Tints of Dark Goldenrod #AB800F
RGB
CMYK
RGB Variations
Color information
#AB800F (or 0xAB800F) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 0F. RGB value is (171,128,15). Sum of RGB (Red+Green+Blue) = 171+128+15=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB800F is #547FF0. Grayscale: #808080. Windows color (decimal): -5537777 or 1015979. OLE color: 1015979.
HSL color Cylindrical-coordinate representation of color #AB800F: hue angle of 43.46º 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 #AB800F is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 15 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.33 |
| HSL | 43.46º | 0.84% | 0.36% | - |
| HSV(B) | 43.46º | 0.91% | 0.67% | - |
| XYZ | 24.6 | 24.13 | 3.81 | - |
| YUV | 127.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 15 | 0 | 0.25 | 0.91 | 0.33 | 43.46 | 0.84 | 0.36 |
| Hex | AB | 80 | F | 0 | 19 | 5B | 21 | 2B | 54 | 24 |
| Octal | 253 | 200 | 17 | 0 | 31 | 133 | 41 | 53 | 124 | 44 |
| Binary | 10101011 | 10000000 | 1111 | 0 | 11001 | 1011011 | 100001 | 101011 | 1010100 | 100100 |
Color Harmonies of #AB800F
Complementary color
Monochromatic Colors of #AB800F
Black with #AB800F
Text Example
Text Example
White with #AB800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB800F; }
p { color: rgb(171,128,15); }
H1.HeaderClassName
{
color: #AB800F;
}
.AnyTagClassName
{
color: #AB800F;
}
</style>
background-color css
<style>
a { background-color: #AB800F; }
a { background-color: rgb(171,128,15); }
div.DivClassName
{
background-color: #AB800F;
}
.BgClassName
{
background-color: #AB800F;
}
</style>
border-color css
<style>
span { border-color: #AB800F; }
span { border-color: rgb(171,128,15); }
td.TdClassName
{
border-color: #AB800F;
}
.TagClassName
{
border-color: #AB800F;
}
</style>