Shades of Tallow #A69B72
Tints of Tallow #A69B72
RGB
CMYK
RGB Variations
Color information
#A69B72 (or 0xA69B72) is known color: Tallow. HEX triplet: A6, 9B and 72. RGB value is (166,155,114). Sum of RGB (Red+Green+Blue) = 166+155+114=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B72 is #59648D. Grayscale: #999999. Windows color (decimal): -5858446 or 7510950. OLE color: 7510950.
HSL color Cylindrical-coordinate representation of color #A69B72: hue angle of 47.31º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69B72 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 114 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.35 |
| HSL | 47.31º | 0.23% | 0.55% | - |
| HSV(B) | 47.31º | 0.31% | 0.65% | - |
| XYZ | 30.48 | 32.76 | 20.64 | - |
| YUV | 153.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 114 | 0 | 0.07 | 0.31 | 0.35 | 47.31 | 0.23 | 0.55 |
| Hex | A6 | 9B | 72 | 0 | 7 | 1F | 23 | 2F | 17 | 37 |
| Octal | 246 | 233 | 162 | 0 | 7 | 37 | 43 | 57 | 27 | 67 |
| Binary | 10100110 | 10011011 | 1110010 | 0 | 111 | 11111 | 100011 | 101111 | 10111 | 110111 |
Color Harmonies of #A69B72
Complementary color
Monochromatic Colors of #A69B72
Black with #A69B72
Text Example
Text Example
White with #A69B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B72; }
p { color: rgb(166,155,114); }
H1.HeaderClassName
{
color: #A69B72;
}
.AnyTagClassName
{
color: #A69B72;
}
</style>
background-color css
<style>
a { background-color: #A69B72; }
a { background-color: rgb(166,155,114); }
div.DivClassName
{
background-color: #A69B72;
}
.BgClassName
{
background-color: #A69B72;
}
</style>
border-color css
<style>
span { border-color: #A69B72; }
span { border-color: rgb(166,155,114); }
td.TdClassName
{
border-color: #A69B72;
}
.TagClassName
{
border-color: #A69B72;
}
</style>