Shades of Tallow #AAA36B
Tints of Tallow #AAA36B
RGB
CMYK
RGB Variations
Color information
#AAA36B (or 0xAAA36B) is known color: Tallow. HEX triplet: AA, A3 and 6B. RGB value is (170,163,107). Sum of RGB (Red+Green+Blue) = 170+163+107=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA36B is #555C94. Grayscale: #9E9E9E. Windows color (decimal): -5594261 or 7054250. OLE color: 7054250.
HSL color Cylindrical-coordinate representation of color #AAA36B: hue angle of 53.33º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAA36B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 107 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.33 |
| HSL | 53.33º | 0.27% | 0.54% | - |
| HSV(B) | 53.33º | 0.37% | 0.67% | - |
| XYZ | 32.33 | 35.8 | 19.12 | - |
| YUV | 158.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 107 | 0 | 0.04 | 0.37 | 0.33 | 53.33 | 0.27 | 0.54 |
| Hex | AA | A3 | 6B | 0 | 4 | 25 | 21 | 35 | 1B | 36 |
| Octal | 252 | 243 | 153 | 0 | 4 | 45 | 41 | 65 | 33 | 66 |
| Binary | 10101010 | 10100011 | 1101011 | 0 | 100 | 100101 | 100001 | 110101 | 11011 | 110110 |
Color Harmonies of #AAA36B
Complementary color
Monochromatic Colors of #AAA36B
Black with #AAA36B
Text Example
Text Example
White with #AAA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA36B; }
p { color: rgb(170,163,107); }
H1.HeaderClassName
{
color: #AAA36B;
}
.AnyTagClassName
{
color: #AAA36B;
}
</style>
background-color css
<style>
a { background-color: #AAA36B; }
a { background-color: rgb(170,163,107); }
div.DivClassName
{
background-color: #AAA36B;
}
.BgClassName
{
background-color: #AAA36B;
}
</style>
border-color css
<style>
span { border-color: #AAA36B; }
span { border-color: rgb(170,163,107); }
td.TdClassName
{
border-color: #AAA36B;
}
.TagClassName
{
border-color: #AAA36B;
}
</style>