Shades of Dark Goldenrod #AA8104
Tints of Dark Goldenrod #AA8104
RGB
CMYK
RGB Variations
Color information
#AA8104 (or 0xAA8104) is known color: Dark Goldenrod. HEX triplet: AA, 81 and 04. RGB value is (170,129,4). Sum of RGB (Red+Green+Blue) = 170+129+4=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8104 is #557EFB. Grayscale: #7F7F7F. Windows color (decimal): -5603068 or 295338. OLE color: 295338.
HSL color Cylindrical-coordinate representation of color #AA8104: hue angle of 45.18º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA8104 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.33 |
| HSL | 45.18º | 0.95% | 0.34% | - |
| HSV(B) | 45.18º | 0.98% | 0.67% | - |
| XYZ | 24.45 | 24.26 | 3.51 | - |
| YUV | 127.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 4 | 0 | 0.24 | 0.98 | 0.33 | 45.18 | 0.95 | 0.34 |
| Hex | AA | 81 | 4 | 0 | 18 | 62 | 21 | 2D | 5F | 22 |
| Octal | 252 | 201 | 4 | 0 | 30 | 142 | 41 | 55 | 137 | 42 |
| Binary | 10101010 | 10000001 | 100 | 0 | 11000 | 1100010 | 100001 | 101101 | 1011111 | 100010 |
Color Harmonies of #AA8104
Complementary color
Monochromatic Colors of #AA8104
Black with #AA8104
Text Example
Text Example
White with #AA8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8104; }
p { color: rgb(170,129,4); }
H1.HeaderClassName
{
color: #AA8104;
}
.AnyTagClassName
{
color: #AA8104;
}
</style>
background-color css
<style>
a { background-color: #AA8104; }
a { background-color: rgb(170,129,4); }
div.DivClassName
{
background-color: #AA8104;
}
.BgClassName
{
background-color: #AA8104;
}
</style>
border-color css
<style>
span { border-color: #AA8104; }
span { border-color: rgb(170,129,4); }
td.TdClassName
{
border-color: #AA8104;
}
.TagClassName
{
border-color: #AA8104;
}
</style>