Shades of Tallow #A99C75
Tints of Tallow #A99C75
RGB
CMYK
RGB Variations
Color information
#A99C75 (or 0xA99C75) is known color: Tallow. HEX triplet: A9, 9C and 75. RGB value is (169,156,117). Sum of RGB (Red+Green+Blue) = 169+156+117=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C75 is #56638A. Grayscale: #9B9B9B. Windows color (decimal): -5661579 or 7707817. OLE color: 7707817.
HSL color Cylindrical-coordinate representation of color #A99C75: hue angle of 45º 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 #A99C75 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 117 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.34 |
| HSL | 45º | 0.23% | 0.56% | - |
| HSV(B) | 45º | 0.31% | 0.66% | - |
| XYZ | 31.46 | 33.5 | 21.64 | - |
| YUV | 155.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 117 | 0 | 0.08 | 0.31 | 0.34 | 45 | 0.23 | 0.56 |
| Hex | A9 | 9C | 75 | 0 | 8 | 1F | 22 | 2D | 17 | 38 |
| Octal | 251 | 234 | 165 | 0 | 10 | 37 | 42 | 55 | 27 | 70 |
| Binary | 10101001 | 10011100 | 1110101 | 0 | 1000 | 11111 | 100010 | 101101 | 10111 | 111000 |
Color Harmonies of #A99C75
Complementary color
Monochromatic Colors of #A99C75
Black with #A99C75
Text Example
Text Example
White with #A99C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C75; }
p { color: rgb(169,156,117); }
H1.HeaderClassName
{
color: #A99C75;
}
.AnyTagClassName
{
color: #A99C75;
}
</style>
background-color css
<style>
a { background-color: #A99C75; }
a { background-color: rgb(169,156,117); }
div.DivClassName
{
background-color: #A99C75;
}
.BgClassName
{
background-color: #A99C75;
}
</style>
border-color css
<style>
span { border-color: #A99C75; }
span { border-color: rgb(169,156,117); }
td.TdClassName
{
border-color: #A99C75;
}
.TagClassName
{
border-color: #A99C75;
}
</style>