Shades of Dark Goldenrod #AA8A02
Tints of Dark Goldenrod #AA8A02
RGB
CMYK
RGB Variations
Color information
#AA8A02 (or 0xAA8A02) is known color: Dark Goldenrod. HEX triplet: AA, 8A and 02. RGB value is (170,138,2). Sum of RGB (Red+Green+Blue) = 170+138+2=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A02 is #5575FD. Grayscale: #848484. Windows color (decimal): -5600766 or 166570. OLE color: 166570.
HSL color Cylindrical-coordinate representation of color #AA8A02: hue angle of 48.57º 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 #AA8A02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.33 |
| HSL | 48.57º | 0.98% | 0.34% | - |
| HSV(B) | 48.57º | 0.99% | 0.67% | - |
| XYZ | 25.68 | 26.73 | 3.86 | - |
| YUV | 132.06 | 54.6 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 2 | 0 | 0.19 | 0.99 | 0.33 | 48.57 | 0.98 | 0.34 |
| Hex | AA | 8A | 2 | 0 | 13 | 63 | 21 | 31 | 62 | 22 |
| Octal | 252 | 212 | 2 | 0 | 23 | 143 | 41 | 61 | 142 | 42 |
| Binary | 10101010 | 10001010 | 10 | 0 | 10011 | 1100011 | 100001 | 110001 | 1100010 | 100010 |
Color Harmonies of #AA8A02
Complementary color
Monochromatic Colors of #AA8A02
Black with #AA8A02
Text Example
Text Example
White with #AA8A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A02; }
p { color: rgb(170,138,2); }
H1.HeaderClassName
{
color: #AA8A02;
}
.AnyTagClassName
{
color: #AA8A02;
}
</style>
background-color css
<style>
a { background-color: #AA8A02; }
a { background-color: rgb(170,138,2); }
div.DivClassName
{
background-color: #AA8A02;
}
.BgClassName
{
background-color: #AA8A02;
}
</style>
border-color css
<style>
span { border-color: #AA8A02; }
span { border-color: rgb(170,138,2); }
td.TdClassName
{
border-color: #AA8A02;
}
.TagClassName
{
border-color: #AA8A02;
}
</style>