Shades of Tallow #A29775
Tints of Tallow #A29775
RGB
CMYK
RGB Variations
Color information
#A29775 (or 0xA29775) is known color: Tallow. HEX triplet: A2, 97 and 75. RGB value is (162,151,117). Sum of RGB (Red+Green+Blue) = 162+151+117=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A29775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29775 is #5D688A. Grayscale: #969696. Windows color (decimal): -6121611 or 7706530. OLE color: 7706530.
HSL color Cylindrical-coordinate representation of color #A29775: hue angle of 45.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29775 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 117 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.36 |
| HSL | 45.33º | 0.19% | 0.55% | - |
| HSV(B) | 45.33º | 0.28% | 0.64% | - |
| XYZ | 29.18 | 31.1 | 21.29 | - |
| YUV | 150.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 117 | 0 | 0.07 | 0.28 | 0.36 | 45.33 | 0.19 | 0.55 |
| Hex | A2 | 97 | 75 | 0 | 7 | 1C | 24 | 2D | 13 | 37 |
| Octal | 242 | 227 | 165 | 0 | 7 | 34 | 44 | 55 | 23 | 67 |
| Binary | 10100010 | 10010111 | 1110101 | 0 | 111 | 11100 | 100100 | 101101 | 10011 | 110111 |
Color Harmonies of #A29775
Complementary color
Monochromatic Colors of #A29775
Black with #A29775
Text Example
Text Example
White with #A29775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29775; }
p { color: rgb(162,151,117); }
H1.HeaderClassName
{
color: #A29775;
}
.AnyTagClassName
{
color: #A29775;
}
</style>
background-color css
<style>
a { background-color: #A29775; }
a { background-color: rgb(162,151,117); }
div.DivClassName
{
background-color: #A29775;
}
.BgClassName
{
background-color: #A29775;
}
</style>
border-color css
<style>
span { border-color: #A29775; }
span { border-color: rgb(162,151,117); }
td.TdClassName
{
border-color: #A29775;
}
.TagClassName
{
border-color: #A29775;
}
</style>