Shades of Dark Goldenrod #AA880F
Tints of Dark Goldenrod #AA880F
RGB
CMYK
RGB Variations
Color information
#AA880F (or 0xAA880F) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 0F. RGB value is (170,136,15). Sum of RGB (Red+Green+Blue) = 170+136+15=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA880F is #5577F0. Grayscale: #848484. Windows color (decimal): -5601265 or 1018026. OLE color: 1018026.
HSL color Cylindrical-coordinate representation of color #AA880F: hue angle of 46.84º 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 #AA880F is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 15 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.33 |
| HSL | 46.84º | 0.84% | 0.36% | - |
| HSV(B) | 46.84º | 0.91% | 0.67% | - |
| XYZ | 25.47 | 26.19 | 4.16 | - |
| YUV | 132.37 | 61.76 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 15 | 0 | 0.20 | 0.91 | 0.33 | 46.84 | 0.84 | 0.36 |
| Hex | AA | 88 | F | 0 | 14 | 5B | 21 | 2F | 54 | 24 |
| Octal | 252 | 210 | 17 | 0 | 24 | 133 | 41 | 57 | 124 | 44 |
| Binary | 10101010 | 10001000 | 1111 | 0 | 10100 | 1011011 | 100001 | 101111 | 1010100 | 100100 |
Color Harmonies of #AA880F
Complementary color
Monochromatic Colors of #AA880F
Black with #AA880F
Text Example
Text Example
White with #AA880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA880F; }
p { color: rgb(170,136,15); }
H1.HeaderClassName
{
color: #AA880F;
}
.AnyTagClassName
{
color: #AA880F;
}
</style>
background-color css
<style>
a { background-color: #AA880F; }
a { background-color: rgb(170,136,15); }
div.DivClassName
{
background-color: #AA880F;
}
.BgClassName
{
background-color: #AA880F;
}
</style>
border-color css
<style>
span { border-color: #AA880F; }
span { border-color: rgb(170,136,15); }
td.TdClassName
{
border-color: #AA880F;
}
.TagClassName
{
border-color: #AA880F;
}
</style>