Shades of Tallow #A59B7A
Tints of Tallow #A59B7A
RGB
CMYK
RGB Variations
Color information
#A59B7A (or 0xA59B7A) is known color: Tallow. HEX triplet: A5, 9B and 7A. RGB value is (165,155,122). Sum of RGB (Red+Green+Blue) = 165+155+122=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B7A is #5A6485. Grayscale: #9A9A9A. Windows color (decimal): -5923974 or 8035237. OLE color: 8035237.
HSL color Cylindrical-coordinate representation of color #A59B7A: hue angle of 46.05º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A59B7A is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 122 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.35 |
| HSL | 46.05º | 0.19% | 0.56% | - |
| HSV(B) | 46.05º | 0.26% | 0.65% | - |
| XYZ | 30.75 | 32.85 | 23.13 | - |
| YUV | 154.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 122 | 0 | 0.06 | 0.26 | 0.35 | 46.05 | 0.19 | 0.56 |
| Hex | A5 | 9B | 7A | 0 | 6 | 1A | 23 | 2E | 13 | 38 |
| Octal | 245 | 233 | 172 | 0 | 6 | 32 | 43 | 56 | 23 | 70 |
| Binary | 10100101 | 10011011 | 1111010 | 0 | 110 | 11010 | 100011 | 101110 | 10011 | 111000 |
Color Harmonies of #A59B7A
Complementary color
Monochromatic Colors of #A59B7A
Black with #A59B7A
Text Example
Text Example
White with #A59B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59B7A; }
p { color: rgb(165,155,122); }
H1.HeaderClassName
{
color: #A59B7A;
}
.AnyTagClassName
{
color: #A59B7A;
}
</style>
background-color css
<style>
a { background-color: #A59B7A; }
a { background-color: rgb(165,155,122); }
div.DivClassName
{
background-color: #A59B7A;
}
.BgClassName
{
background-color: #A59B7A;
}
</style>
border-color css
<style>
span { border-color: #A59B7A; }
span { border-color: rgb(165,155,122); }
td.TdClassName
{
border-color: #A59B7A;
}
.TagClassName
{
border-color: #A59B7A;
}
</style>