Shades of Tallow #A69B6C
Tints of Tallow #A69B6C
RGB
CMYK
RGB Variations
Color information
#A69B6C (or 0xA69B6C) is known color: Tallow. HEX triplet: A6, 9B and 6C. RGB value is (166,155,108). Sum of RGB (Red+Green+Blue) = 166+155+108=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B6C is #596493. Grayscale: #999999. Windows color (decimal): -5858452 or 7117734. OLE color: 7117734.
HSL color Cylindrical-coordinate representation of color #A69B6C: hue angle of 48.62º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A69B6C is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 108 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.35 |
| HSL | 48.62º | 0.25% | 0.54% | - |
| HSV(B) | 48.62º | 0.35% | 0.65% | - |
| XYZ | 30.15 | 32.63 | 18.9 | - |
| YUV | 152.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 108 | 0 | 0.07 | 0.35 | 0.35 | 48.62 | 0.25 | 0.54 |
| Hex | A6 | 9B | 6C | 0 | 7 | 23 | 23 | 31 | 19 | 36 |
| Octal | 246 | 233 | 154 | 0 | 7 | 43 | 43 | 61 | 31 | 66 |
| Binary | 10100110 | 10011011 | 1101100 | 0 | 111 | 100011 | 100011 | 110001 | 11001 | 110110 |
Color Harmonies of #A69B6C
Complementary color
Monochromatic Colors of #A69B6C
Black with #A69B6C
Text Example
Text Example
White with #A69B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B6C; }
p { color: rgb(166,155,108); }
H1.HeaderClassName
{
color: #A69B6C;
}
.AnyTagClassName
{
color: #A69B6C;
}
</style>
background-color css
<style>
a { background-color: #A69B6C; }
a { background-color: rgb(166,155,108); }
div.DivClassName
{
background-color: #A69B6C;
}
.BgClassName
{
background-color: #A69B6C;
}
</style>
border-color css
<style>
span { border-color: #A69B6C; }
span { border-color: rgb(166,155,108); }
td.TdClassName
{
border-color: #A69B6C;
}
.TagClassName
{
border-color: #A69B6C;
}
</style>