Shades of Dark Goldenrod #AA8F05
Tints of Dark Goldenrod #AA8F05
RGB
CMYK
RGB Variations
Color information
#AA8F05 (or 0xAA8F05) is known color: Dark Goldenrod. HEX triplet: AA, 8F and 05. RGB value is (170,143,5). Sum of RGB (Red+Green+Blue) = 170+143+5=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F05 is #5570FA. Grayscale: #878787. Windows color (decimal): -5599483 or 364458. OLE color: 364458.
HSL color Cylindrical-coordinate representation of color #AA8F05: hue angle of 50.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA8F05 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.33 |
| HSL | 50.18º | 0.94% | 0.34% | - |
| HSV(B) | 50.18º | 0.97% | 0.67% | - |
| XYZ | 26.43 | 28.2 | 4.19 | - |
| YUV | 135.34 | 54.45 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 5 | 0 | 0.16 | 0.97 | 0.33 | 50.18 | 0.94 | 0.34 |
| Hex | AA | 8F | 5 | 0 | 10 | 61 | 21 | 32 | 5E | 22 |
| Octal | 252 | 217 | 5 | 0 | 20 | 141 | 41 | 62 | 136 | 42 |
| Binary | 10101010 | 10001111 | 101 | 0 | 10000 | 1100001 | 100001 | 110010 | 1011110 | 100010 |
Color Harmonies of #AA8F05
Complementary color
Monochromatic Colors of #AA8F05
Black with #AA8F05
Text Example
Text Example
White with #AA8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F05; }
p { color: rgb(170,143,5); }
H1.HeaderClassName
{
color: #AA8F05;
}
.AnyTagClassName
{
color: #AA8F05;
}
</style>
background-color css
<style>
a { background-color: #AA8F05; }
a { background-color: rgb(170,143,5); }
div.DivClassName
{
background-color: #AA8F05;
}
.BgClassName
{
background-color: #AA8F05;
}
</style>
border-color css
<style>
span { border-color: #AA8F05; }
span { border-color: rgb(170,143,5); }
td.TdClassName
{
border-color: #AA8F05;
}
.TagClassName
{
border-color: #AA8F05;
}
</style>