Shades of Tallow #A99775
Tints of Tallow #A99775
RGB
CMYK
RGB Variations
Color information
#A99775 (or 0xA99775) is known color: Tallow. HEX triplet: A9, 97 and 75. RGB value is (169,151,117). Sum of RGB (Red+Green+Blue) = 169+151+117=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A99775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99775 is #56688A. Grayscale: #989898. Windows color (decimal): -5662859 or 7706537. OLE color: 7706537.
HSL color Cylindrical-coordinate representation of color #A99775: hue angle of 39.23º 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 #A99775 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 117 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.34 |
| HSL | 39.23º | 0.23% | 0.56% | - |
| HSV(B) | 39.23º | 0.31% | 0.66% | - |
| XYZ | 30.64 | 31.85 | 21.36 | - |
| YUV | 152.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 117 | 0 | 0.11 | 0.31 | 0.34 | 39.23 | 0.23 | 0.56 |
| Hex | A9 | 97 | 75 | 0 | B | 1F | 22 | 27 | 17 | 38 |
| Octal | 251 | 227 | 165 | 0 | 13 | 37 | 42 | 47 | 27 | 70 |
| Binary | 10101001 | 10010111 | 1110101 | 0 | 1011 | 11111 | 100010 | 100111 | 10111 | 111000 |
Color Harmonies of #A99775
Complementary color
Monochromatic Colors of #A99775
Black with #A99775
Text Example
Text Example
White with #A99775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99775; }
p { color: rgb(169,151,117); }
H1.HeaderClassName
{
color: #A99775;
}
.AnyTagClassName
{
color: #A99775;
}
</style>
background-color css
<style>
a { background-color: #A99775; }
a { background-color: rgb(169,151,117); }
div.DivClassName
{
background-color: #A99775;
}
.BgClassName
{
background-color: #A99775;
}
</style>
border-color css
<style>
span { border-color: #A99775; }
span { border-color: rgb(169,151,117); }
td.TdClassName
{
border-color: #A99775;
}
.TagClassName
{
border-color: #A99775;
}
</style>