Shades of Dark Goldenrod #AB7404
Tints of Dark Goldenrod #AB7404
RGB
CMYK
RGB Variations
Color information
#AB7404 (or 0xAB7404) is known color: Dark Goldenrod. HEX triplet: AB, 74 and 04. RGB value is (171,116,4). Sum of RGB (Red+Green+Blue) = 171+116+4=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7404 is #548BFB. Grayscale: #787878. Windows color (decimal): -5540860 or 292011. OLE color: 292011.
HSL color Cylindrical-coordinate representation of color #AB7404: hue angle of 40.24º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB7404 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.33 |
| HSL | 40.24º | 0.95% | 0.34% | - |
| HSV(B) | 40.24º | 0.98% | 0.67% | - |
| XYZ | 23.06 | 21.16 | 2.98 | - |
| YUV | 119.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 4 | 0 | 0.32 | 0.98 | 0.33 | 40.24 | 0.95 | 0.34 |
| Hex | AB | 74 | 4 | 0 | 20 | 62 | 21 | 28 | 5F | 22 |
| Octal | 253 | 164 | 4 | 0 | 40 | 142 | 41 | 50 | 137 | 42 |
| Binary | 10101011 | 1110100 | 100 | 0 | 100000 | 1100010 | 100001 | 101000 | 1011111 | 100010 |
Color Harmonies of #AB7404
Complementary color
Monochromatic Colors of #AB7404
Black with #AB7404
Text Example
Text Example
White with #AB7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7404; }
p { color: rgb(171,116,4); }
H1.HeaderClassName
{
color: #AB7404;
}
.AnyTagClassName
{
color: #AB7404;
}
</style>
background-color css
<style>
a { background-color: #AB7404; }
a { background-color: rgb(171,116,4); }
div.DivClassName
{
background-color: #AB7404;
}
.BgClassName
{
background-color: #AB7404;
}
</style>
border-color css
<style>
span { border-color: #AB7404; }
span { border-color: rgb(171,116,4); }
td.TdClassName
{
border-color: #AB7404;
}
.TagClassName
{
border-color: #AB7404;
}
</style>