Shades of Dark Goldenrod #AA8C02
Tints of Dark Goldenrod #AA8C02
RGB
CMYK
RGB Variations
Color information
#AA8C02 (or 0xAA8C02) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 02. RGB value is (170,140,2). Sum of RGB (Red+Green+Blue) = 170+140+2=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C02 is #5573FD. Grayscale: #858585. Windows color (decimal): -5600254 or 167082. OLE color: 167082.
HSL color Cylindrical-coordinate representation of color #AA8C02: hue angle of 49.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA8C02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.33 |
| HSL | 49.29º | 0.98% | 0.34% | - |
| HSV(B) | 49.29º | 0.99% | 0.67% | - |
| XYZ | 25.97 | 27.31 | 3.96 | - |
| YUV | 133.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 2 | 0 | 0.18 | 0.99 | 0.33 | 49.29 | 0.98 | 0.34 |
| Hex | AA | 8C | 2 | 0 | 12 | 63 | 21 | 31 | 62 | 22 |
| Octal | 252 | 214 | 2 | 0 | 22 | 143 | 41 | 61 | 142 | 42 |
| Binary | 10101010 | 10001100 | 10 | 0 | 10010 | 1100011 | 100001 | 110001 | 1100010 | 100010 |
Color Harmonies of #AA8C02
Complementary color
Monochromatic Colors of #AA8C02
Black with #AA8C02
Text Example
Text Example
White with #AA8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C02; }
p { color: rgb(170,140,2); }
H1.HeaderClassName
{
color: #AA8C02;
}
.AnyTagClassName
{
color: #AA8C02;
}
</style>
background-color css
<style>
a { background-color: #AA8C02; }
a { background-color: rgb(170,140,2); }
div.DivClassName
{
background-color: #AA8C02;
}
.BgClassName
{
background-color: #AA8C02;
}
</style>
border-color css
<style>
span { border-color: #AA8C02; }
span { border-color: rgb(170,140,2); }
td.TdClassName
{
border-color: #AA8C02;
}
.TagClassName
{
border-color: #AA8C02;
}
</style>