Shades of Tallow #A8A168
Tints of Tallow #A8A168
RGB
CMYK
RGB Variations
Color information
#A8A168 (or 0xA8A168) is known color: Tallow. HEX triplet: A8, A1 and 68. RGB value is (168,161,104). Sum of RGB (Red+Green+Blue) = 168+161+104=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A168 is #575E97. Grayscale: #9C9C9C. Windows color (decimal): -5725848 or 6857128. OLE color: 6857128.
HSL color Cylindrical-coordinate representation of color #A8A168: hue angle of 53.44º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8A168 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 104 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.34 |
| HSL | 53.44º | 0.27% | 0.53% | - |
| HSV(B) | 53.44º | 0.38% | 0.66% | - |
| XYZ | 31.39 | 34.81 | 18.16 | - |
| YUV | 156.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 104 | 0 | 0.04 | 0.38 | 0.34 | 53.44 | 0.27 | 0.53 |
| Hex | A8 | A1 | 68 | 0 | 4 | 26 | 22 | 35 | 1B | 35 |
| Octal | 250 | 241 | 150 | 0 | 4 | 46 | 42 | 65 | 33 | 65 |
| Binary | 10101000 | 10100001 | 1101000 | 0 | 100 | 100110 | 100010 | 110101 | 11011 | 110101 |
Color Harmonies of #A8A168
Complementary color
Monochromatic Colors of #A8A168
Black with #A8A168
Text Example
Text Example
White with #A8A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A168; }
p { color: rgb(168,161,104); }
H1.HeaderClassName
{
color: #A8A168;
}
.AnyTagClassName
{
color: #A8A168;
}
</style>
background-color css
<style>
a { background-color: #A8A168; }
a { background-color: rgb(168,161,104); }
div.DivClassName
{
background-color: #A8A168;
}
.BgClassName
{
background-color: #A8A168;
}
</style>
border-color css
<style>
span { border-color: #A8A168; }
span { border-color: rgb(168,161,104); }
td.TdClassName
{
border-color: #A8A168;
}
.TagClassName
{
border-color: #A8A168;
}
</style>