Shades of Turmeric #AA8F4B
Tints of Turmeric #AA8F4B
RGB
CMYK
RGB Variations
Color information
#AA8F4B (or 0xAA8F4B) is known color: Turmeric. HEX triplet: AA, 8F and 4B. RGB value is (170,143,75). Sum of RGB (Red+Green+Blue) = 170+143+75=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F4B is #5570B4. Grayscale: #8F8F8F. Windows color (decimal): -5599413 or 4951978. OLE color: 4951978.
HSL color Cylindrical-coordinate representation of color #AA8F4B: hue angle of 42.95º 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 #AA8F4B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 75 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.33 |
| HSL | 42.95º | 0.39% | 0.48% | - |
| HSV(B) | 42.95º | 0.56% | 0.67% | - |
| XYZ | 27.67 | 28.7 | 10.74 | - |
| YUV | 143.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 75 | 0 | 0.16 | 0.56 | 0.33 | 42.95 | 0.39 | 0.48 |
| Hex | AA | 8F | 4B | 0 | 10 | 38 | 21 | 2B | 27 | 30 |
| Octal | 252 | 217 | 113 | 0 | 20 | 70 | 41 | 53 | 47 | 60 |
| Binary | 10101010 | 10001111 | 1001011 | 0 | 10000 | 111000 | 100001 | 101011 | 100111 | 110000 |
Color Harmonies of #AA8F4B
Complementary color
Monochromatic Colors of #AA8F4B
Black with #AA8F4B
Text Example
Text Example
White with #AA8F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F4B; }
p { color: rgb(170,143,75); }
H1.HeaderClassName
{
color: #AA8F4B;
}
.AnyTagClassName
{
color: #AA8F4B;
}
</style>
background-color css
<style>
a { background-color: #AA8F4B; }
a { background-color: rgb(170,143,75); }
div.DivClassName
{
background-color: #AA8F4B;
}
.BgClassName
{
background-color: #AA8F4B;
}
</style>
border-color css
<style>
span { border-color: #AA8F4B; }
span { border-color: rgb(170,143,75); }
td.TdClassName
{
border-color: #AA8F4B;
}
.TagClassName
{
border-color: #AA8F4B;
}
</style>