Shades of Tallow #A99C6B
Tints of Tallow #A99C6B
RGB
CMYK
RGB Variations
Color information
#A99C6B (or 0xA99C6B) is known color: Tallow. HEX triplet: A9, 9C and 6B. RGB value is (169,156,107). Sum of RGB (Red+Green+Blue) = 169+156+107=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C6B is #566394. Grayscale: #9A9A9A. Windows color (decimal): -5661589 or 7052457. OLE color: 7052457.
HSL color Cylindrical-coordinate representation of color #A99C6B: hue angle of 47.42º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A99C6B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 107 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.34 |
| HSL | 47.42º | 0.26% | 0.54% | - |
| HSV(B) | 47.42º | 0.37% | 0.66% | - |
| XYZ | 30.9 | 33.27 | 18.7 | - |
| YUV | 154.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 107 | 0 | 0.08 | 0.37 | 0.34 | 47.42 | 0.26 | 0.54 |
| Hex | A9 | 9C | 6B | 0 | 8 | 25 | 22 | 2F | 1A | 36 |
| Octal | 251 | 234 | 153 | 0 | 10 | 45 | 42 | 57 | 32 | 66 |
| Binary | 10101001 | 10011100 | 1101011 | 0 | 1000 | 100101 | 100010 | 101111 | 11010 | 110110 |
Color Harmonies of #A99C6B
Complementary color
Monochromatic Colors of #A99C6B
Black with #A99C6B
Text Example
Text Example
White with #A99C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C6B; }
p { color: rgb(169,156,107); }
H1.HeaderClassName
{
color: #A99C6B;
}
.AnyTagClassName
{
color: #A99C6B;
}
</style>
background-color css
<style>
a { background-color: #A99C6B; }
a { background-color: rgb(169,156,107); }
div.DivClassName
{
background-color: #A99C6B;
}
.BgClassName
{
background-color: #A99C6B;
}
</style>
border-color css
<style>
span { border-color: #A99C6B; }
span { border-color: rgb(169,156,107); }
td.TdClassName
{
border-color: #A99C6B;
}
.TagClassName
{
border-color: #A99C6B;
}
</style>