Shades of Dark Goldenrod #AA8D08
Tints of Dark Goldenrod #AA8D08
RGB
CMYK
RGB Variations
Color information
#AA8D08 (or 0xAA8D08) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 08. RGB value is (170,141,8). Sum of RGB (Red+Green+Blue) = 170+141+8=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D08 is #5572F7. Grayscale: #878787. Windows color (decimal): -5599992 or 560554. OLE color: 560554.
HSL color Cylindrical-coordinate representation of color #AA8D08: hue angle of 49.26º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA8D08 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 8 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.33 |
| HSL | 49.26º | 0.91% | 0.35% | - |
| HSV(B) | 49.26º | 0.95% | 0.67% | - |
| XYZ | 26.15 | 27.61 | 4.18 | - |
| YUV | 134.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 8 | 0 | 0.17 | 0.95 | 0.33 | 49.26 | 0.91 | 0.35 |
| Hex | AA | 8D | 8 | 0 | 11 | 5F | 21 | 31 | 5B | 23 |
| Octal | 252 | 215 | 10 | 0 | 21 | 137 | 41 | 61 | 133 | 43 |
| Binary | 10101010 | 10001101 | 1000 | 0 | 10001 | 1011111 | 100001 | 110001 | 1011011 | 100011 |
Color Harmonies of #AA8D08
Complementary color
Monochromatic Colors of #AA8D08
Black with #AA8D08
Text Example
Text Example
White with #AA8D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D08; }
p { color: rgb(170,141,8); }
H1.HeaderClassName
{
color: #AA8D08;
}
.AnyTagClassName
{
color: #AA8D08;
}
</style>
background-color css
<style>
a { background-color: #AA8D08; }
a { background-color: rgb(170,141,8); }
div.DivClassName
{
background-color: #AA8D08;
}
.BgClassName
{
background-color: #AA8D08;
}
</style>
border-color css
<style>
span { border-color: #AA8D08; }
span { border-color: rgb(170,141,8); }
td.TdClassName
{
border-color: #AA8D08;
}
.TagClassName
{
border-color: #AA8D08;
}
</style>