Shades of Tallow #A69C6B
Tints of Tallow #A69C6B
RGB
CMYK
RGB Variations
Color information
#A69C6B (or 0xA69C6B) is known color: Tallow. HEX triplet: A6, 9C and 6B. RGB value is (166,156,107). Sum of RGB (Red+Green+Blue) = 166+156+107=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C6B is #596394. Grayscale: #999999. Windows color (decimal): -5858197 or 7052454. OLE color: 7052454.
HSL color Cylindrical-coordinate representation of color #A69C6B: hue angle of 49.83º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A69C6B is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 107 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.35 |
| HSL | 49.83º | 0.25% | 0.54% | - |
| HSV(B) | 49.83º | 0.36% | 0.65% | - |
| XYZ | 30.27 | 32.95 | 18.67 | - |
| YUV | 153.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 107 | 0 | 0.06 | 0.36 | 0.35 | 49.83 | 0.25 | 0.54 |
| Hex | A6 | 9C | 6B | 0 | 6 | 24 | 23 | 32 | 19 | 36 |
| Octal | 246 | 234 | 153 | 0 | 6 | 44 | 43 | 62 | 31 | 66 |
| Binary | 10100110 | 10011100 | 1101011 | 0 | 110 | 100100 | 100011 | 110010 | 11001 | 110110 |
Color Harmonies of #A69C6B
Complementary color
Monochromatic Colors of #A69C6B
Black with #A69C6B
Text Example
Text Example
White with #A69C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C6B; }
p { color: rgb(166,156,107); }
H1.HeaderClassName
{
color: #A69C6B;
}
.AnyTagClassName
{
color: #A69C6B;
}
</style>
background-color css
<style>
a { background-color: #A69C6B; }
a { background-color: rgb(166,156,107); }
div.DivClassName
{
background-color: #A69C6B;
}
.BgClassName
{
background-color: #A69C6B;
}
</style>
border-color css
<style>
span { border-color: #A69C6B; }
span { border-color: rgb(166,156,107); }
td.TdClassName
{
border-color: #A69C6B;
}
.TagClassName
{
border-color: #A69C6B;
}
</style>