Shades of Dark Goldenrod #AA8B05
Tints of Dark Goldenrod #AA8B05
RGB
CMYK
RGB Variations
Color information
#AA8B05 (or 0xAA8B05) is known color: Dark Goldenrod. HEX triplet: AA, 8B and 05. RGB value is (170,139,5). Sum of RGB (Red+Green+Blue) = 170+139+5=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8B05 is #5574FA. Grayscale: #858585. Windows color (decimal): -5600507 or 363434. OLE color: 363434.
HSL color Cylindrical-coordinate representation of color #AA8B05: hue angle of 48.73º 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 #AA8B05 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 5 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.33 |
| HSL | 48.73º | 0.94% | 0.34% | - |
| HSV(B) | 48.73º | 0.97% | 0.67% | - |
| XYZ | 25.84 | 27.02 | 4 | - |
| YUV | 132.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 5 | 0 | 0.18 | 0.97 | 0.33 | 48.73 | 0.94 | 0.34 |
| Hex | AA | 8B | 5 | 0 | 12 | 61 | 21 | 31 | 5E | 22 |
| Octal | 252 | 213 | 5 | 0 | 22 | 141 | 41 | 61 | 136 | 42 |
| Binary | 10101010 | 10001011 | 101 | 0 | 10010 | 1100001 | 100001 | 110001 | 1011110 | 100010 |
Color Harmonies of #AA8B05
Complementary color
Monochromatic Colors of #AA8B05
Black with #AA8B05
Text Example
Text Example
White with #AA8B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B05; }
p { color: rgb(170,139,5); }
H1.HeaderClassName
{
color: #AA8B05;
}
.AnyTagClassName
{
color: #AA8B05;
}
</style>
background-color css
<style>
a { background-color: #AA8B05; }
a { background-color: rgb(170,139,5); }
div.DivClassName
{
background-color: #AA8B05;
}
.BgClassName
{
background-color: #AA8B05;
}
</style>
border-color css
<style>
span { border-color: #AA8B05; }
span { border-color: rgb(170,139,5); }
td.TdClassName
{
border-color: #AA8B05;
}
.TagClassName
{
border-color: #AA8B05;
}
</style>