Shades of Turmeric #AA983F
Tints of Turmeric #AA983F
RGB
CMYK
RGB Variations
Color information
#AA983F (or 0xAA983F) is known color: Turmeric. HEX triplet: AA, 98 and 3F. RGB value is (170,152,63). Sum of RGB (Red+Green+Blue) = 170+152+63=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA983F is #5567C0. Grayscale: #939393. Windows color (decimal): -5597121 or 4167850. OLE color: 4167850.
HSL color Cylindrical-coordinate representation of color #AA983F: hue angle of 49.91º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA983F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 63 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.33 |
| HSL | 49.91º | 0.46% | 0.46% | - |
| HSV(B) | 49.91º | 0.63% | 0.67% | - |
| XYZ | 28.7 | 31.36 | 9.24 | - |
| YUV | 147.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 63 | 0 | 0.11 | 0.63 | 0.33 | 49.91 | 0.46 | 0.46 |
| Hex | AA | 98 | 3F | 0 | B | 3F | 21 | 32 | 2E | 2E |
| Octal | 252 | 230 | 77 | 0 | 13 | 77 | 41 | 62 | 56 | 56 |
| Binary | 10101010 | 10011000 | 111111 | 0 | 1011 | 111111 | 100001 | 110010 | 101110 | 101110 |
Color Harmonies of #AA983F
Complementary color
Monochromatic Colors of #AA983F
Black with #AA983F
Text Example
Text Example
White with #AA983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA983F; }
p { color: rgb(170,152,63); }
H1.HeaderClassName
{
color: #AA983F;
}
.AnyTagClassName
{
color: #AA983F;
}
</style>
background-color css
<style>
a { background-color: #AA983F; }
a { background-color: rgb(170,152,63); }
div.DivClassName
{
background-color: #AA983F;
}
.BgClassName
{
background-color: #AA983F;
}
</style>
border-color css
<style>
span { border-color: #AA983F; }
span { border-color: rgb(170,152,63); }
td.TdClassName
{
border-color: #AA983F;
}
.TagClassName
{
border-color: #AA983F;
}
</style>