Shades of Tallow #A99767
Tints of Tallow #A99767
RGB
CMYK
RGB Variations
Color information
#A99767 (or 0xA99767) is known color: Tallow. HEX triplet: A9, 97 and 67. RGB value is (169,151,103). Sum of RGB (Red+Green+Blue) = 169+151+103=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A99767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99767 is #566898. Grayscale: #979797. Windows color (decimal): -5662873 or 6789033. OLE color: 6789033.
HSL color Cylindrical-coordinate representation of color #A99767: hue angle of 43.64º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A99767 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 103 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.34 |
| HSL | 43.64º | 0.28% | 0.53% | - |
| HSV(B) | 43.64º | 0.39% | 0.66% | - |
| XYZ | 29.88 | 31.55 | 17.35 | - |
| YUV | 150.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 103 | 0 | 0.11 | 0.39 | 0.34 | 43.64 | 0.28 | 0.53 |
| Hex | A9 | 97 | 67 | 0 | B | 27 | 22 | 2C | 1C | 35 |
| Octal | 251 | 227 | 147 | 0 | 13 | 47 | 42 | 54 | 34 | 65 |
| Binary | 10101001 | 10010111 | 1100111 | 0 | 1011 | 100111 | 100010 | 101100 | 11100 | 110101 |
Color Harmonies of #A99767
Complementary color
Monochromatic Colors of #A99767
Black with #A99767
Text Example
Text Example
White with #A99767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99767; }
p { color: rgb(169,151,103); }
H1.HeaderClassName
{
color: #A99767;
}
.AnyTagClassName
{
color: #A99767;
}
</style>
background-color css
<style>
a { background-color: #A99767; }
a { background-color: rgb(169,151,103); }
div.DivClassName
{
background-color: #A99767;
}
.BgClassName
{
background-color: #A99767;
}
</style>
border-color css
<style>
span { border-color: #A99767; }
span { border-color: rgb(169,151,103); }
td.TdClassName
{
border-color: #A99767;
}
.TagClassName
{
border-color: #A99767;
}
</style>