Shades of Dark Goldenrod #AA7504
Tints of Dark Goldenrod #AA7504
RGB
CMYK
RGB Variations
Color information
#AA7504 (or 0xAA7504) is known color: Dark Goldenrod. HEX triplet: AA, 75 and 04. RGB value is (170,117,4). Sum of RGB (Red+Green+Blue) = 170+117+4=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7504 is #558AFB. Grayscale: #787878. Windows color (decimal): -5606140 or 292266. OLE color: 292266.
HSL color Cylindrical-coordinate representation of color #AA7504: hue angle of 40.84º 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 #AA7504 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.33 |
| HSL | 40.84º | 0.95% | 0.34% | - |
| HSV(B) | 40.84º | 0.98% | 0.67% | - |
| XYZ | 22.96 | 21.28 | 3.01 | - |
| YUV | 119.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 4 | 0 | 0.31 | 0.98 | 0.33 | 40.84 | 0.95 | 0.34 |
| Hex | AA | 75 | 4 | 0 | 1F | 62 | 21 | 29 | 5F | 22 |
| Octal | 252 | 165 | 4 | 0 | 37 | 142 | 41 | 51 | 137 | 42 |
| Binary | 10101010 | 1110101 | 100 | 0 | 11111 | 1100010 | 100001 | 101001 | 1011111 | 100010 |
Color Harmonies of #AA7504
Complementary color
Monochromatic Colors of #AA7504
Black with #AA7504
Text Example
Text Example
White with #AA7504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7504; }
p { color: rgb(170,117,4); }
H1.HeaderClassName
{
color: #AA7504;
}
.AnyTagClassName
{
color: #AA7504;
}
</style>
background-color css
<style>
a { background-color: #AA7504; }
a { background-color: rgb(170,117,4); }
div.DivClassName
{
background-color: #AA7504;
}
.BgClassName
{
background-color: #AA7504;
}
</style>
border-color css
<style>
span { border-color: #AA7504; }
span { border-color: rgb(170,117,4); }
td.TdClassName
{
border-color: #AA7504;
}
.TagClassName
{
border-color: #AA7504;
}
</style>