Shades of Dark Goldenrod #AB7A04
Tints of Dark Goldenrod #AB7A04
RGB
CMYK
RGB Variations
Color information
#AB7A04 (or 0xAB7A04) is known color: Dark Goldenrod. HEX triplet: AB, 7A and 04. RGB value is (171,122,4). Sum of RGB (Red+Green+Blue) = 171+122+4=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A04 is #5485FB. Grayscale: #7B7B7B. Windows color (decimal): -5539324 or 293547. OLE color: 293547.
HSL color Cylindrical-coordinate representation of color #AB7A04: hue angle of 42.4º 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 #AB7A04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.33 |
| HSL | 42.4º | 0.95% | 0.34% | - |
| HSV(B) | 42.4º | 0.98% | 0.67% | - |
| XYZ | 23.78 | 22.59 | 3.22 | - |
| YUV | 123.2 | 60.73 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 4 | 0 | 0.29 | 0.98 | 0.33 | 42.4 | 0.95 | 0.34 |
| Hex | AB | 7A | 4 | 0 | 1D | 62 | 21 | 2A | 5F | 22 |
| Octal | 253 | 172 | 4 | 0 | 35 | 142 | 41 | 52 | 137 | 42 |
| Binary | 10101011 | 1111010 | 100 | 0 | 11101 | 1100010 | 100001 | 101010 | 1011111 | 100010 |
Color Harmonies of #AB7A04
Complementary color
Monochromatic Colors of #AB7A04
Black with #AB7A04
Text Example
Text Example
White with #AB7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A04; }
p { color: rgb(171,122,4); }
H1.HeaderClassName
{
color: #AB7A04;
}
.AnyTagClassName
{
color: #AB7A04;
}
</style>
background-color css
<style>
a { background-color: #AB7A04; }
a { background-color: rgb(171,122,4); }
div.DivClassName
{
background-color: #AB7A04;
}
.BgClassName
{
background-color: #AB7A04;
}
</style>
border-color css
<style>
span { border-color: #AB7A04; }
span { border-color: rgb(171,122,4); }
td.TdClassName
{
border-color: #AB7A04;
}
.TagClassName
{
border-color: #AB7A04;
}
</style>