Shades of Tallow #A99E6F
Tints of Tallow #A99E6F
RGB
CMYK
RGB Variations
Color information
#A99E6F (or 0xA99E6F) is known color: Tallow. HEX triplet: A9, 9E and 6F. RGB value is (169,158,111). Sum of RGB (Red+Green+Blue) = 169+158+111=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E6F is #566190. Grayscale: #9C9C9C. Windows color (decimal): -5661073 or 7315113. OLE color: 7315113.
HSL color Cylindrical-coordinate representation of color #A99E6F: hue angle of 48.62º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99E6F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 111 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.34 |
| HSL | 48.62º | 0.25% | 0.55% | - |
| HSV(B) | 48.62º | 0.34% | 0.66% | - |
| XYZ | 31.46 | 34.04 | 19.95 | - |
| YUV | 155.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 111 | 0 | 0.07 | 0.34 | 0.34 | 48.62 | 0.25 | 0.55 |
| Hex | A9 | 9E | 6F | 0 | 7 | 22 | 22 | 31 | 19 | 37 |
| Octal | 251 | 236 | 157 | 0 | 7 | 42 | 42 | 61 | 31 | 67 |
| Binary | 10101001 | 10011110 | 1101111 | 0 | 111 | 100010 | 100010 | 110001 | 11001 | 110111 |
Color Harmonies of #A99E6F
Complementary color
Monochromatic Colors of #A99E6F
Black with #A99E6F
Text Example
Text Example
White with #A99E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E6F; }
p { color: rgb(169,158,111); }
H1.HeaderClassName
{
color: #A99E6F;
}
.AnyTagClassName
{
color: #A99E6F;
}
</style>
background-color css
<style>
a { background-color: #A99E6F; }
a { background-color: rgb(169,158,111); }
div.DivClassName
{
background-color: #A99E6F;
}
.BgClassName
{
background-color: #A99E6F;
}
</style>
border-color css
<style>
span { border-color: #A99E6F; }
span { border-color: rgb(169,158,111); }
td.TdClassName
{
border-color: #A99E6F;
}
.TagClassName
{
border-color: #A99E6F;
}
</style>