Shades of Tallow #A89774
Tints of Tallow #A89774
RGB
CMYK
RGB Variations
Color information
#A89774 (or 0xA89774) is known color: Tallow. HEX triplet: A8, 97 and 74. RGB value is (168,151,116). Sum of RGB (Red+Green+Blue) = 168+151+116=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A89774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89774 is #57688B. Grayscale: #989898. Windows color (decimal): -5728396 or 7641000. OLE color: 7641000.
HSL color Cylindrical-coordinate representation of color #A89774: hue angle of 40.38º 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 #A89774 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 116 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.34 |
| HSL | 40.38º | 0.23% | 0.56% | - |
| HSV(B) | 40.38º | 0.31% | 0.66% | - |
| XYZ | 30.37 | 31.72 | 21.04 | - |
| YUV | 152.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 116 | 0 | 0.10 | 0.31 | 0.34 | 40.38 | 0.23 | 0.56 |
| Hex | A8 | 97 | 74 | 0 | A | 1F | 22 | 28 | 17 | 38 |
| Octal | 250 | 227 | 164 | 0 | 12 | 37 | 42 | 50 | 27 | 70 |
| Binary | 10101000 | 10010111 | 1110100 | 0 | 1010 | 11111 | 100010 | 101000 | 10111 | 111000 |
Color Harmonies of #A89774
Complementary color
Monochromatic Colors of #A89774
Black with #A89774
Text Example
Text Example
White with #A89774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89774; }
p { color: rgb(168,151,116); }
H1.HeaderClassName
{
color: #A89774;
}
.AnyTagClassName
{
color: #A89774;
}
</style>
background-color css
<style>
a { background-color: #A89774; }
a { background-color: rgb(168,151,116); }
div.DivClassName
{
background-color: #A89774;
}
.BgClassName
{
background-color: #A89774;
}
</style>
border-color css
<style>
span { border-color: #A89774; }
span { border-color: rgb(168,151,116); }
td.TdClassName
{
border-color: #A89774;
}
.TagClassName
{
border-color: #A89774;
}
</style>