Shades of Turmeric #AA953D
Tints of Turmeric #AA953D
RGB
CMYK
RGB Variations
Color information
#AA953D (or 0xAA953D) is known color: Turmeric. HEX triplet: AA, 95 and 3D. RGB value is (170,149,61). Sum of RGB (Red+Green+Blue) = 170+149+61=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA953D is #556AC2. Grayscale: #919191. Windows color (decimal): -5597891 or 4036010. OLE color: 4036010.
HSL color Cylindrical-coordinate representation of color #AA953D: hue angle of 48.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA953D is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 61 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.33 |
| HSL | 48.44º | 0.47% | 0.45% | - |
| HSV(B) | 48.44º | 0.64% | 0.67% | - |
| XYZ | 28.17 | 30.38 | 8.79 | - |
| YUV | 145.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 61 | 0 | 0.12 | 0.64 | 0.33 | 48.44 | 0.47 | 0.45 |
| Hex | AA | 95 | 3D | 0 | C | 40 | 21 | 30 | 2F | 2D |
| Octal | 252 | 225 | 75 | 0 | 14 | 100 | 41 | 60 | 57 | 55 |
| Binary | 10101010 | 10010101 | 111101 | 0 | 1100 | 1000000 | 100001 | 110000 | 101111 | 101101 |
Color Harmonies of #AA953D
Complementary color
Monochromatic Colors of #AA953D
Black with #AA953D
Text Example
Text Example
White with #AA953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA953D; }
p { color: rgb(170,149,61); }
H1.HeaderClassName
{
color: #AA953D;
}
.AnyTagClassName
{
color: #AA953D;
}
</style>
background-color css
<style>
a { background-color: #AA953D; }
a { background-color: rgb(170,149,61); }
div.DivClassName
{
background-color: #AA953D;
}
.BgClassName
{
background-color: #AA953D;
}
</style>
border-color css
<style>
span { border-color: #AA953D; }
span { border-color: rgb(170,149,61); }
td.TdClassName
{
border-color: #AA953D;
}
.TagClassName
{
border-color: #AA953D;
}
</style>