Shades of Tallow #A8976F
Tints of Tallow #A8976F
RGB
CMYK
RGB Variations
Color information
#A8976F (or 0xA8976F) is known color: Tallow. HEX triplet: A8, 97 and 6F. RGB value is (168,151,111). Sum of RGB (Red+Green+Blue) = 168+151+111=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A8976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8976F is #576890. Grayscale: #979797. Windows color (decimal): -5728401 or 7313320. OLE color: 7313320.
HSL color Cylindrical-coordinate representation of color #A8976F: hue angle of 42.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8976F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 111 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.34 |
| HSL | 42.11º | 0.25% | 0.55% | - |
| HSV(B) | 42.11º | 0.34% | 0.66% | - |
| XYZ | 30.08 | 31.61 | 19.55 | - |
| YUV | 151.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 111 | 0 | 0.10 | 0.34 | 0.34 | 42.11 | 0.25 | 0.55 |
| Hex | A8 | 97 | 6F | 0 | A | 22 | 22 | 2A | 19 | 37 |
| Octal | 250 | 227 | 157 | 0 | 12 | 42 | 42 | 52 | 31 | 67 |
| Binary | 10101000 | 10010111 | 1101111 | 0 | 1010 | 100010 | 100010 | 101010 | 11001 | 110111 |
Color Harmonies of #A8976F
Complementary color
Monochromatic Colors of #A8976F
Black with #A8976F
Text Example
Text Example
White with #A8976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8976F; }
p { color: rgb(168,151,111); }
H1.HeaderClassName
{
color: #A8976F;
}
.AnyTagClassName
{
color: #A8976F;
}
</style>
background-color css
<style>
a { background-color: #A8976F; }
a { background-color: rgb(168,151,111); }
div.DivClassName
{
background-color: #A8976F;
}
.BgClassName
{
background-color: #A8976F;
}
</style>
border-color css
<style>
span { border-color: #A8976F; }
span { border-color: rgb(168,151,111); }
td.TdClassName
{
border-color: #A8976F;
}
.TagClassName
{
border-color: #A8976F;
}
</style>