Shades of Tallow #A9976B
Tints of Tallow #A9976B
RGB
CMYK
RGB Variations
Color information
#A9976B (or 0xA9976B) is known color: Tallow. HEX triplet: A9, 97 and 6B. RGB value is (169,151,107). Sum of RGB (Red+Green+Blue) = 169+151+107=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9976B is #566894. Grayscale: #979797. Windows color (decimal): -5662869 or 7051177. OLE color: 7051177.
HSL color Cylindrical-coordinate representation of color #A9976B: hue angle of 42.58º 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 #A9976B is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 107 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.34 |
| HSL | 42.58º | 0.26% | 0.54% | - |
| HSV(B) | 42.58º | 0.37% | 0.66% | - |
| XYZ | 30.08 | 31.63 | 18.43 | - |
| YUV | 151.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 107 | 0 | 0.11 | 0.37 | 0.34 | 42.58 | 0.26 | 0.54 |
| Hex | A9 | 97 | 6B | 0 | B | 25 | 22 | 2B | 1A | 36 |
| Octal | 251 | 227 | 153 | 0 | 13 | 45 | 42 | 53 | 32 | 66 |
| Binary | 10101001 | 10010111 | 1101011 | 0 | 1011 | 100101 | 100010 | 101011 | 11010 | 110110 |
Color Harmonies of #A9976B
Complementary color
Monochromatic Colors of #A9976B
Black with #A9976B
Text Example
Text Example
White with #A9976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9976B; }
p { color: rgb(169,151,107); }
H1.HeaderClassName
{
color: #A9976B;
}
.AnyTagClassName
{
color: #A9976B;
}
</style>
background-color css
<style>
a { background-color: #A9976B; }
a { background-color: rgb(169,151,107); }
div.DivClassName
{
background-color: #A9976B;
}
.BgClassName
{
background-color: #A9976B;
}
</style>
border-color css
<style>
span { border-color: #A9976B; }
span { border-color: rgb(169,151,107); }
td.TdClassName
{
border-color: #A9976B;
}
.TagClassName
{
border-color: #A9976B;
}
</style>