Shades of Tallow #AA9E6A
Tints of Tallow #AA9E6A
RGB
CMYK
RGB Variations
Color information
#AA9E6A (or 0xAA9E6A) is known color: Tallow. HEX triplet: AA, 9E and 6A. RGB value is (170,158,106). Sum of RGB (Red+Green+Blue) = 170+158+106=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E6A is #556195. Grayscale: #9B9B9B. Windows color (decimal): -5595542 or 6987434. OLE color: 6987434.
HSL color Cylindrical-coordinate representation of color #AA9E6A: hue angle of 48.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9E6A is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 106 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.33 |
| HSL | 48.75º | 0.27% | 0.54% | - |
| HSV(B) | 48.75º | 0.38% | 0.67% | - |
| XYZ | 31.41 | 34.04 | 18.55 | - |
| YUV | 155.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 106 | 0 | 0.07 | 0.38 | 0.33 | 48.75 | 0.27 | 0.54 |
| Hex | AA | 9E | 6A | 0 | 7 | 26 | 21 | 31 | 1B | 36 |
| Octal | 252 | 236 | 152 | 0 | 7 | 46 | 41 | 61 | 33 | 66 |
| Binary | 10101010 | 10011110 | 1101010 | 0 | 111 | 100110 | 100001 | 110001 | 11011 | 110110 |
Color Harmonies of #AA9E6A
Complementary color
Monochromatic Colors of #AA9E6A
Black with #AA9E6A
Text Example
Text Example
White with #AA9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E6A; }
p { color: rgb(170,158,106); }
H1.HeaderClassName
{
color: #AA9E6A;
}
.AnyTagClassName
{
color: #AA9E6A;
}
</style>
background-color css
<style>
a { background-color: #AA9E6A; }
a { background-color: rgb(170,158,106); }
div.DivClassName
{
background-color: #AA9E6A;
}
.BgClassName
{
background-color: #AA9E6A;
}
</style>
border-color css
<style>
span { border-color: #AA9E6A; }
span { border-color: rgb(170,158,106); }
td.TdClassName
{
border-color: #AA9E6A;
}
.TagClassName
{
border-color: #AA9E6A;
}
</style>