Shades of Tallow #A69B67
Tints of Tallow #A69B67
RGB
CMYK
RGB Variations
Color information
#A69B67 (or 0xA69B67) is known color: Tallow. HEX triplet: A6, 9B and 67. RGB value is (166,155,103). Sum of RGB (Red+Green+Blue) = 166+155+103=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B67 is #596498. Grayscale: #989898. Windows color (decimal): -5858457 or 6790054. OLE color: 6790054.
HSL color Cylindrical-coordinate representation of color #A69B67: hue angle of 49.52º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A69B67 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 103 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.35 |
| HSL | 49.52º | 0.26% | 0.53% | - |
| HSV(B) | 49.52º | 0.38% | 0.65% | - |
| XYZ | 29.9 | 32.53 | 17.54 | - |
| YUV | 152.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 103 | 0 | 0.07 | 0.38 | 0.35 | 49.52 | 0.26 | 0.53 |
| Hex | A6 | 9B | 67 | 0 | 7 | 26 | 23 | 32 | 1A | 35 |
| Octal | 246 | 233 | 147 | 0 | 7 | 46 | 43 | 62 | 32 | 65 |
| Binary | 10100110 | 10011011 | 1100111 | 0 | 111 | 100110 | 100011 | 110010 | 11010 | 110101 |
Color Harmonies of #A69B67
Complementary color
Monochromatic Colors of #A69B67
Black with #A69B67
Text Example
Text Example
White with #A69B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B67; }
p { color: rgb(166,155,103); }
H1.HeaderClassName
{
color: #A69B67;
}
.AnyTagClassName
{
color: #A69B67;
}
</style>
background-color css
<style>
a { background-color: #A69B67; }
a { background-color: rgb(166,155,103); }
div.DivClassName
{
background-color: #A69B67;
}
.BgClassName
{
background-color: #A69B67;
}
</style>
border-color css
<style>
span { border-color: #A69B67; }
span { border-color: rgb(166,155,103); }
td.TdClassName
{
border-color: #A69B67;
}
.TagClassName
{
border-color: #A69B67;
}
</style>