Shades of Turmeric #AA914B
Tints of Turmeric #AA914B
RGB
CMYK
RGB Variations
Color information
#AA914B (or 0xAA914B) is known color: Turmeric. HEX triplet: AA, 91 and 4B. RGB value is (170,145,75). Sum of RGB (Red+Green+Blue) = 170+145+75=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA914B is #556EB4. Grayscale: #909090. Windows color (decimal): -5598901 or 4952490. OLE color: 4952490.
HSL color Cylindrical-coordinate representation of color #AA914B: hue angle of 44.21º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA914B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 75 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.33 |
| HSL | 44.21º | 0.39% | 0.48% | - |
| HSV(B) | 44.21º | 0.56% | 0.67% | - |
| XYZ | 27.97 | 29.3 | 10.84 | - |
| YUV | 144.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 75 | 0 | 0.15 | 0.56 | 0.33 | 44.21 | 0.39 | 0.48 |
| Hex | AA | 91 | 4B | 0 | F | 38 | 21 | 2C | 27 | 30 |
| Octal | 252 | 221 | 113 | 0 | 17 | 70 | 41 | 54 | 47 | 60 |
| Binary | 10101010 | 10010001 | 1001011 | 0 | 1111 | 111000 | 100001 | 101100 | 100111 | 110000 |
Color Harmonies of #AA914B
Complementary color
Monochromatic Colors of #AA914B
Black with #AA914B
Text Example
Text Example
White with #AA914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA914B; }
p { color: rgb(170,145,75); }
H1.HeaderClassName
{
color: #AA914B;
}
.AnyTagClassName
{
color: #AA914B;
}
</style>
background-color css
<style>
a { background-color: #AA914B; }
a { background-color: rgb(170,145,75); }
div.DivClassName
{
background-color: #AA914B;
}
.BgClassName
{
background-color: #AA914B;
}
</style>
border-color css
<style>
span { border-color: #AA914B; }
span { border-color: rgb(170,145,75); }
td.TdClassName
{
border-color: #AA914B;
}
.TagClassName
{
border-color: #AA914B;
}
</style>