Shades of Dark Goldenrod #AA8601
Tints of Dark Goldenrod #AA8601
RGB
CMYK
RGB Variations
Color information
#AA8601 (or 0xAA8601) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 01. RGB value is (170,134,1). Sum of RGB (Red+Green+Blue) = 170+134+1=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8601 is #5579FE. Grayscale: #828282. Windows color (decimal): -5601791 or 100010. OLE color: 100010.
HSL color Cylindrical-coordinate representation of color #AA8601: hue angle of 47.22º degrees, saturation: 0.99, 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 #AA8601 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.33 |
| HSL | 47.22º | 0.99% | 0.34% | - |
| HSV(B) | 47.22º | 0.99% | 0.67% | - |
| XYZ | 25.11 | 25.6 | 3.65 | - |
| YUV | 129.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 1 | 0 | 0.21 | 0.99 | 0.33 | 47.22 | 0.99 | 0.34 |
| Hex | AA | 86 | 1 | 0 | 15 | 63 | 21 | 2F | 63 | 22 |
| Octal | 252 | 206 | 1 | 0 | 25 | 143 | 41 | 57 | 143 | 42 |
| Binary | 10101010 | 10000110 | 1 | 0 | 10101 | 1100011 | 100001 | 101111 | 1100011 | 100010 |
Color Harmonies of #AA8601
Complementary color
Monochromatic Colors of #AA8601
Black with #AA8601
Text Example
Text Example
White with #AA8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8601; }
p { color: rgb(170,134,1); }
H1.HeaderClassName
{
color: #AA8601;
}
.AnyTagClassName
{
color: #AA8601;
}
</style>
background-color css
<style>
a { background-color: #AA8601; }
a { background-color: rgb(170,134,1); }
div.DivClassName
{
background-color: #AA8601;
}
.BgClassName
{
background-color: #AA8601;
}
</style>
border-color css
<style>
span { border-color: #AA8601; }
span { border-color: rgb(170,134,1); }
td.TdClassName
{
border-color: #AA8601;
}
.TagClassName
{
border-color: #AA8601;
}
</style>