Shades of Dark Goldenrod #AA850F
Tints of Dark Goldenrod #AA850F
RGB
CMYK
RGB Variations
Color information
#AA850F (or 0xAA850F) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 0F. RGB value is (170,133,15). Sum of RGB (Red+Green+Blue) = 170+133+15=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA850F is #557AF0. Grayscale: #838383. Windows color (decimal): -5602033 or 1017258. OLE color: 1017258.
HSL color Cylindrical-coordinate representation of color #AA850F: hue angle of 45.68º 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 #AA850F is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 15 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.33 |
| HSL | 45.68º | 0.84% | 0.36% | - |
| HSV(B) | 45.68º | 0.91% | 0.67% | - |
| XYZ | 25.05 | 25.36 | 4.03 | - |
| YUV | 130.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 15 | 0 | 0.22 | 0.91 | 0.33 | 45.68 | 0.84 | 0.36 |
| Hex | AA | 85 | F | 0 | 16 | 5B | 21 | 2E | 54 | 24 |
| Octal | 252 | 205 | 17 | 0 | 26 | 133 | 41 | 56 | 124 | 44 |
| Binary | 10101010 | 10000101 | 1111 | 0 | 10110 | 1011011 | 100001 | 101110 | 1010100 | 100100 |
Color Harmonies of #AA850F
Complementary color
Monochromatic Colors of #AA850F
Black with #AA850F
Text Example
Text Example
White with #AA850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA850F; }
p { color: rgb(170,133,15); }
H1.HeaderClassName
{
color: #AA850F;
}
.AnyTagClassName
{
color: #AA850F;
}
</style>
background-color css
<style>
a { background-color: #AA850F; }
a { background-color: rgb(170,133,15); }
div.DivClassName
{
background-color: #AA850F;
}
.BgClassName
{
background-color: #AA850F;
}
</style>
border-color css
<style>
span { border-color: #AA850F; }
span { border-color: rgb(170,133,15); }
td.TdClassName
{
border-color: #AA850F;
}
.TagClassName
{
border-color: #AA850F;
}
</style>