Shades of Tallow #A8976A
Tints of Tallow #A8976A
RGB
CMYK
RGB Variations
Color information
#A8976A (or 0xA8976A) is known color: Tallow. HEX triplet: A8, 97 and 6A. RGB value is (168,151,106). Sum of RGB (Red+Green+Blue) = 168+151+106=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8976A is #576895. Grayscale: #979797. Windows color (decimal): -5728406 or 6985640. OLE color: 6985640.
HSL color Cylindrical-coordinate representation of color #A8976A: hue angle of 43.55º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8976A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 106 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.34 |
| HSL | 43.55º | 0.26% | 0.54% | - |
| HSV(B) | 43.55º | 0.37% | 0.66% | - |
| XYZ | 29.82 | 31.5 | 18.14 | - |
| YUV | 150.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 106 | 0 | 0.10 | 0.37 | 0.34 | 43.55 | 0.26 | 0.54 |
| Hex | A8 | 97 | 6A | 0 | A | 25 | 22 | 2C | 1A | 36 |
| Octal | 250 | 227 | 152 | 0 | 12 | 45 | 42 | 54 | 32 | 66 |
| Binary | 10101000 | 10010111 | 1101010 | 0 | 1010 | 100101 | 100010 | 101100 | 11010 | 110110 |
Color Harmonies of #A8976A
Complementary color
Monochromatic Colors of #A8976A
Black with #A8976A
Text Example
Text Example
White with #A8976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8976A; }
p { color: rgb(168,151,106); }
H1.HeaderClassName
{
color: #A8976A;
}
.AnyTagClassName
{
color: #A8976A;
}
</style>
background-color css
<style>
a { background-color: #A8976A; }
a { background-color: rgb(168,151,106); }
div.DivClassName
{
background-color: #A8976A;
}
.BgClassName
{
background-color: #A8976A;
}
</style>
border-color css
<style>
span { border-color: #A8976A; }
span { border-color: rgb(168,151,106); }
td.TdClassName
{
border-color: #A8976A;
}
.TagClassName
{
border-color: #A8976A;
}
</style>