Shades of Dark Goldenrod #AA8C04
Tints of Dark Goldenrod #AA8C04
RGB
CMYK
RGB Variations
Color information
#AA8C04 (or 0xAA8C04) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 04. RGB value is (170,140,4). Sum of RGB (Red+Green+Blue) = 170+140+4=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C04 is #5573FB. Grayscale: #868686. Windows color (decimal): -5600252 or 298154. OLE color: 298154.
HSL color Cylindrical-coordinate representation of color #AA8C04: hue angle of 49.16º 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 #AA8C04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.33 |
| HSL | 49.16º | 0.95% | 0.34% | - |
| HSV(B) | 49.16º | 0.98% | 0.67% | - |
| XYZ | 25.98 | 27.31 | 4.02 | - |
| YUV | 133.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 4 | 0 | 0.18 | 0.98 | 0.33 | 49.16 | 0.95 | 0.34 |
| Hex | AA | 8C | 4 | 0 | 12 | 62 | 21 | 31 | 5F | 22 |
| Octal | 252 | 214 | 4 | 0 | 22 | 142 | 41 | 61 | 137 | 42 |
| Binary | 10101010 | 10001100 | 100 | 0 | 10010 | 1100010 | 100001 | 110001 | 1011111 | 100010 |
Color Harmonies of #AA8C04
Complementary color
Monochromatic Colors of #AA8C04
Black with #AA8C04
Text Example
Text Example
White with #AA8C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C04; }
p { color: rgb(170,140,4); }
H1.HeaderClassName
{
color: #AA8C04;
}
.AnyTagClassName
{
color: #AA8C04;
}
</style>
background-color css
<style>
a { background-color: #AA8C04; }
a { background-color: rgb(170,140,4); }
div.DivClassName
{
background-color: #AA8C04;
}
.BgClassName
{
background-color: #AA8C04;
}
</style>
border-color css
<style>
span { border-color: #AA8C04; }
span { border-color: rgb(170,140,4); }
td.TdClassName
{
border-color: #AA8C04;
}
.TagClassName
{
border-color: #AA8C04;
}
</style>