Shades of Dark Goldenrod #AA850B
Tints of Dark Goldenrod #AA850B
RGB
CMYK
RGB Variations
Color information
#AA850B (or 0xAA850B) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 0B. RGB value is (170,133,11). Sum of RGB (Red+Green+Blue) = 170+133+11=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA850B is #557AF4. Grayscale: #828282. Windows color (decimal): -5602037 or 755114. OLE color: 755114.
HSL color Cylindrical-coordinate representation of color #AA850B: hue angle of 46.04º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA850B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.33 |
| HSL | 46.04º | 0.88% | 0.35% | - |
| HSV(B) | 46.04º | 0.94% | 0.67% | - |
| XYZ | 25.03 | 25.35 | 3.89 | - |
| YUV | 130.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 11 | 0 | 0.22 | 0.94 | 0.33 | 46.04 | 0.88 | 0.35 |
| Hex | AA | 85 | B | 0 | 16 | 5E | 21 | 2E | 58 | 23 |
| Octal | 252 | 205 | 13 | 0 | 26 | 136 | 41 | 56 | 130 | 43 |
| Binary | 10101010 | 10000101 | 1011 | 0 | 10110 | 1011110 | 100001 | 101110 | 1011000 | 100011 |
Color Harmonies of #AA850B
Complementary color
Monochromatic Colors of #AA850B
Black with #AA850B
Text Example
Text Example
White with #AA850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA850B; }
p { color: rgb(170,133,11); }
H1.HeaderClassName
{
color: #AA850B;
}
.AnyTagClassName
{
color: #AA850B;
}
</style>
background-color css
<style>
a { background-color: #AA850B; }
a { background-color: rgb(170,133,11); }
div.DivClassName
{
background-color: #AA850B;
}
.BgClassName
{
background-color: #AA850B;
}
</style>
border-color css
<style>
span { border-color: #AA850B; }
span { border-color: rgb(170,133,11); }
td.TdClassName
{
border-color: #AA850B;
}
.TagClassName
{
border-color: #AA850B;
}
</style>