Shades of Tallow #A2997B
Tints of Tallow #A2997B
RGB
CMYK
RGB Variations
Color information
#A2997B (or 0xA2997B) is known color: Tallow. HEX triplet: A2, 99 and 7B. RGB value is (162,153,123). Sum of RGB (Red+Green+Blue) = 162+153+123=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A2997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2997B is #5D6684. Grayscale: #989898. Windows color (decimal): -6121093 or 8100258. OLE color: 8100258.
HSL color Cylindrical-coordinate representation of color #A2997B: hue angle of 46.15º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2997B is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 123 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.36 |
| HSL | 46.15º | 0.17% | 0.56% | - |
| HSV(B) | 46.15º | 0.24% | 0.64% | - |
| XYZ | 29.87 | 31.89 | 23.32 | - |
| YUV | 152.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 123 | 0 | 0.06 | 0.24 | 0.36 | 46.15 | 0.17 | 0.56 |
| Hex | A2 | 99 | 7B | 0 | 6 | 18 | 24 | 2E | 11 | 38 |
| Octal | 242 | 231 | 173 | 0 | 6 | 30 | 44 | 56 | 21 | 70 |
| Binary | 10100010 | 10011001 | 1111011 | 0 | 110 | 11000 | 100100 | 101110 | 10001 | 111000 |
Color Harmonies of #A2997B
Complementary color
Monochromatic Colors of #A2997B
Black with #A2997B
Text Example
Text Example
White with #A2997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2997B; }
p { color: rgb(162,153,123); }
H1.HeaderClassName
{
color: #A2997B;
}
.AnyTagClassName
{
color: #A2997B;
}
</style>
background-color css
<style>
a { background-color: #A2997B; }
a { background-color: rgb(162,153,123); }
div.DivClassName
{
background-color: #A2997B;
}
.BgClassName
{
background-color: #A2997B;
}
</style>
border-color css
<style>
span { border-color: #A2997B; }
span { border-color: rgb(162,153,123); }
td.TdClassName
{
border-color: #A2997B;
}
.TagClassName
{
border-color: #A2997B;
}
</style>