Shades of Dark Goldenrod #AA8D0F
Tints of Dark Goldenrod #AA8D0F
RGB
CMYK
RGB Variations
Color information
#AA8D0F (or 0xAA8D0F) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 0F. RGB value is (170,141,15). Sum of RGB (Red+Green+Blue) = 170+141+15=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D0F is #5572F0. Grayscale: #878787. Windows color (decimal): -5599985 or 1019306. OLE color: 1019306.
HSL color Cylindrical-coordinate representation of color #AA8D0F: hue angle of 48.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA8D0F is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 15 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.33 |
| HSL | 48.77º | 0.84% | 0.36% | - |
| HSV(B) | 48.77º | 0.91% | 0.67% | - |
| XYZ | 26.19 | 27.63 | 4.4 | - |
| YUV | 135.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 15 | 0 | 0.17 | 0.91 | 0.33 | 48.77 | 0.84 | 0.36 |
| Hex | AA | 8D | F | 0 | 11 | 5B | 21 | 31 | 54 | 24 |
| Octal | 252 | 215 | 17 | 0 | 21 | 133 | 41 | 61 | 124 | 44 |
| Binary | 10101010 | 10001101 | 1111 | 0 | 10001 | 1011011 | 100001 | 110001 | 1010100 | 100100 |
Color Harmonies of #AA8D0F
Complementary color
Monochromatic Colors of #AA8D0F
Black with #AA8D0F
Text Example
Text Example
White with #AA8D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D0F; }
p { color: rgb(170,141,15); }
H1.HeaderClassName
{
color: #AA8D0F;
}
.AnyTagClassName
{
color: #AA8D0F;
}
</style>
background-color css
<style>
a { background-color: #AA8D0F; }
a { background-color: rgb(170,141,15); }
div.DivClassName
{
background-color: #AA8D0F;
}
.BgClassName
{
background-color: #AA8D0F;
}
</style>
border-color css
<style>
span { border-color: #AA8D0F; }
span { border-color: rgb(170,141,15); }
td.TdClassName
{
border-color: #AA8D0F;
}
.TagClassName
{
border-color: #AA8D0F;
}
</style>