Shades of Tallow #A99673
Tints of Tallow #A99673
RGB
CMYK
RGB Variations
Color information
#A99673 (or 0xA99673) is known color: Tallow. HEX triplet: A9, 96 and 73. RGB value is (169,150,115). Sum of RGB (Red+Green+Blue) = 169+150+115=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A99673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99673 is #56698C. Grayscale: #979797. Windows color (decimal): -5663117 or 7575209. OLE color: 7575209.
HSL color Cylindrical-coordinate representation of color #A99673: hue angle of 38.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A99673 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 115 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.34 |
| HSL | 38.89º | 0.24% | 0.56% | - |
| HSV(B) | 38.89º | 0.32% | 0.66% | - |
| XYZ | 30.36 | 31.49 | 20.7 | - |
| YUV | 151.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 115 | 0 | 0.11 | 0.32 | 0.34 | 38.89 | 0.24 | 0.56 |
| Hex | A9 | 96 | 73 | 0 | B | 20 | 22 | 27 | 18 | 38 |
| Octal | 251 | 226 | 163 | 0 | 13 | 40 | 42 | 47 | 30 | 70 |
| Binary | 10101001 | 10010110 | 1110011 | 0 | 1011 | 100000 | 100010 | 100111 | 11000 | 111000 |
Color Harmonies of #A99673
Complementary color
Monochromatic Colors of #A99673
Black with #A99673
Text Example
Text Example
White with #A99673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99673; }
p { color: rgb(169,150,115); }
H1.HeaderClassName
{
color: #A99673;
}
.AnyTagClassName
{
color: #A99673;
}
</style>
background-color css
<style>
a { background-color: #A99673; }
a { background-color: rgb(169,150,115); }
div.DivClassName
{
background-color: #A99673;
}
.BgClassName
{
background-color: #A99673;
}
</style>
border-color css
<style>
span { border-color: #A99673; }
span { border-color: rgb(169,150,115); }
td.TdClassName
{
border-color: #A99673;
}
.TagClassName
{
border-color: #A99673;
}
</style>