Shades of Tallow #A69B75
Tints of Tallow #A69B75
RGB
CMYK
RGB Variations
Color information
#A69B75 (or 0xA69B75) is known color: Tallow. HEX triplet: A6, 9B and 75. RGB value is (166,155,117). Sum of RGB (Red+Green+Blue) = 166+155+117=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B75 is #59648A. Grayscale: #9A9A9A. Windows color (decimal): -5858443 or 7707558. OLE color: 7707558.
HSL color Cylindrical-coordinate representation of color #A69B75: hue angle of 46.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69B75 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 117 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.35 |
| HSL | 46.53º | 0.22% | 0.55% | - |
| HSV(B) | 46.53º | 0.3% | 0.65% | - |
| XYZ | 30.66 | 32.83 | 21.55 | - |
| YUV | 153.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 117 | 0 | 0.07 | 0.30 | 0.35 | 46.53 | 0.22 | 0.55 |
| Hex | A6 | 9B | 75 | 0 | 7 | 1E | 23 | 2F | 16 | 37 |
| Octal | 246 | 233 | 165 | 0 | 7 | 36 | 43 | 57 | 26 | 67 |
| Binary | 10100110 | 10011011 | 1110101 | 0 | 111 | 11110 | 100011 | 101111 | 10110 | 110111 |
Color Harmonies of #A69B75
Complementary color
Monochromatic Colors of #A69B75
Black with #A69B75
Text Example
Text Example
White with #A69B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B75; }
p { color: rgb(166,155,117); }
H1.HeaderClassName
{
color: #A69B75;
}
.AnyTagClassName
{
color: #A69B75;
}
</style>
background-color css
<style>
a { background-color: #A69B75; }
a { background-color: rgb(166,155,117); }
div.DivClassName
{
background-color: #A69B75;
}
.BgClassName
{
background-color: #A69B75;
}
</style>
border-color css
<style>
span { border-color: #A69B75; }
span { border-color: rgb(166,155,117); }
td.TdClassName
{
border-color: #A69B75;
}
.TagClassName
{
border-color: #A69B75;
}
</style>