Shades of Dark Goldenrod #AA7D04
Tints of Dark Goldenrod #AA7D04
RGB
CMYK
RGB Variations
Color information
#AA7D04 (or 0xAA7D04) is known color: Dark Goldenrod. HEX triplet: AA, 7D and 04. RGB value is (170,125,4). Sum of RGB (Red+Green+Blue) = 170+125+4=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D04 is #5582FB. Grayscale: #7D7D7D. Windows color (decimal): -5604092 or 294314. OLE color: 294314.
HSL color Cylindrical-coordinate representation of color #AA7D04: hue angle of 43.73º 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 #AA7D04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.33 |
| HSL | 43.73º | 0.95% | 0.34% | - |
| HSV(B) | 43.73º | 0.98% | 0.67% | - |
| XYZ | 23.93 | 23.22 | 3.34 | - |
| YUV | 124.66 | 59.91 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 4 | 0 | 0.26 | 0.98 | 0.33 | 43.73 | 0.95 | 0.34 |
| Hex | AA | 7D | 4 | 0 | 1A | 62 | 21 | 2C | 5F | 22 |
| Octal | 252 | 175 | 4 | 0 | 32 | 142 | 41 | 54 | 137 | 42 |
| Binary | 10101010 | 1111101 | 100 | 0 | 11010 | 1100010 | 100001 | 101100 | 1011111 | 100010 |
Color Harmonies of #AA7D04
Complementary color
Monochromatic Colors of #AA7D04
Black with #AA7D04
Text Example
Text Example
White with #AA7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D04; }
p { color: rgb(170,125,4); }
H1.HeaderClassName
{
color: #AA7D04;
}
.AnyTagClassName
{
color: #AA7D04;
}
</style>
background-color css
<style>
a { background-color: #AA7D04; }
a { background-color: rgb(170,125,4); }
div.DivClassName
{
background-color: #AA7D04;
}
.BgClassName
{
background-color: #AA7D04;
}
</style>
border-color css
<style>
span { border-color: #AA7D04; }
span { border-color: rgb(170,125,4); }
td.TdClassName
{
border-color: #AA7D04;
}
.TagClassName
{
border-color: #AA7D04;
}
</style>