Shades of Tallow #A59969
Tints of Tallow #A59969
RGB
CMYK
RGB Variations
Color information
#A59969 (or 0xA59969) is known color: Tallow. HEX triplet: A5, 99 and 69. RGB value is (165,153,105). Sum of RGB (Red+Green+Blue) = 165+153+105=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A59969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59969 is #5A6696. Grayscale: #979797. Windows color (decimal): -5924503 or 6920613. OLE color: 6920613.
HSL color Cylindrical-coordinate representation of color #A59969: hue angle of 48º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A59969 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 105 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.35 |
| HSL | 48º | 0.25% | 0.53% | - |
| HSV(B) | 48º | 0.36% | 0.65% | - |
| XYZ | 29.46 | 31.8 | 17.95 | - |
| YUV | 151.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 105 | 0 | 0.07 | 0.36 | 0.35 | 48 | 0.25 | 0.53 |
| Hex | A5 | 99 | 69 | 0 | 7 | 24 | 23 | 30 | 19 | 35 |
| Octal | 245 | 231 | 151 | 0 | 7 | 44 | 43 | 60 | 31 | 65 |
| Binary | 10100101 | 10011001 | 1101001 | 0 | 111 | 100100 | 100011 | 110000 | 11001 | 110101 |
Color Harmonies of #A59969
Complementary color
Monochromatic Colors of #A59969
Black with #A59969
Text Example
Text Example
White with #A59969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59969; }
p { color: rgb(165,153,105); }
H1.HeaderClassName
{
color: #A59969;
}
.AnyTagClassName
{
color: #A59969;
}
</style>
background-color css
<style>
a { background-color: #A59969; }
a { background-color: rgb(165,153,105); }
div.DivClassName
{
background-color: #A59969;
}
.BgClassName
{
background-color: #A59969;
}
</style>
border-color css
<style>
span { border-color: #A59969; }
span { border-color: rgb(165,153,105); }
td.TdClassName
{
border-color: #A59969;
}
.TagClassName
{
border-color: #A59969;
}
</style>