Shades of Tallow #A69969
Tints of Tallow #A69969
RGB
CMYK
RGB Variations
Color information
#A69969 (or 0xA69969) is known color: Tallow. HEX triplet: A6, 99 and 69. RGB value is (166,153,105). Sum of RGB (Red+Green+Blue) = 166+153+105=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A69969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69969 is #596696. Grayscale: #979797. Windows color (decimal): -5858967 or 6920614. OLE color: 6920614.
HSL color Cylindrical-coordinate representation of color #A69969: hue angle of 47.21º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A69969 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 105 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.35 |
| HSL | 47.21º | 0.26% | 0.53% | - |
| HSV(B) | 47.21º | 0.37% | 0.65% | - |
| XYZ | 29.67 | 31.91 | 17.96 | - |
| YUV | 151.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 105 | 0 | 0.08 | 0.37 | 0.35 | 47.21 | 0.26 | 0.53 |
| Hex | A6 | 99 | 69 | 0 | 8 | 25 | 23 | 2F | 1A | 35 |
| Octal | 246 | 231 | 151 | 0 | 10 | 45 | 43 | 57 | 32 | 65 |
| Binary | 10100110 | 10011001 | 1101001 | 0 | 1000 | 100101 | 100011 | 101111 | 11010 | 110101 |
Color Harmonies of #A69969
Complementary color
Monochromatic Colors of #A69969
Black with #A69969
Text Example
Text Example
White with #A69969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69969; }
p { color: rgb(166,153,105); }
H1.HeaderClassName
{
color: #A69969;
}
.AnyTagClassName
{
color: #A69969;
}
</style>
background-color css
<style>
a { background-color: #A69969; }
a { background-color: rgb(166,153,105); }
div.DivClassName
{
background-color: #A69969;
}
.BgClassName
{
background-color: #A69969;
}
</style>
border-color css
<style>
span { border-color: #A69969; }
span { border-color: rgb(166,153,105); }
td.TdClassName
{
border-color: #A69969;
}
.TagClassName
{
border-color: #A69969;
}
</style>