Shades of Tallow #A99E75
Tints of Tallow #A99E75
RGB
CMYK
RGB Variations
Color information
#A99E75 (or 0xA99E75) is known color: Tallow. HEX triplet: A9, 9E and 75. RGB value is (169,158,117). Sum of RGB (Red+Green+Blue) = 169+158+117=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E75 is #56618A. Grayscale: #9C9C9C. Windows color (decimal): -5661067 or 7708329. OLE color: 7708329.
HSL color Cylindrical-coordinate representation of color #A99E75: hue angle of 47.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A99E75 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 117 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.34 |
| HSL | 47.31º | 0.23% | 0.56% | - |
| HSV(B) | 47.31º | 0.31% | 0.66% | - |
| XYZ | 31.8 | 34.17 | 21.75 | - |
| YUV | 156.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 117 | 0 | 0.07 | 0.31 | 0.34 | 47.31 | 0.23 | 0.56 |
| Hex | A9 | 9E | 75 | 0 | 7 | 1F | 22 | 2F | 17 | 38 |
| Octal | 251 | 236 | 165 | 0 | 7 | 37 | 42 | 57 | 27 | 70 |
| Binary | 10101001 | 10011110 | 1110101 | 0 | 111 | 11111 | 100010 | 101111 | 10111 | 111000 |
Color Harmonies of #A99E75
Complementary color
Monochromatic Colors of #A99E75
Black with #A99E75
Text Example
Text Example
White with #A99E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E75; }
p { color: rgb(169,158,117); }
H1.HeaderClassName
{
color: #A99E75;
}
.AnyTagClassName
{
color: #A99E75;
}
</style>
background-color css
<style>
a { background-color: #A99E75; }
a { background-color: rgb(169,158,117); }
div.DivClassName
{
background-color: #A99E75;
}
.BgClassName
{
background-color: #A99E75;
}
</style>
border-color css
<style>
span { border-color: #A99E75; }
span { border-color: rgb(169,158,117); }
td.TdClassName
{
border-color: #A99E75;
}
.TagClassName
{
border-color: #A99E75;
}
</style>