Shades of Thatch #A09491
Tints of Thatch #A09491
RGB
CMYK
RGB Variations
Color information
#A09491 (or 0xA09491) is known color: Thatch. HEX triplet: A0, 94 and 91. RGB value is (160,148,145). Sum of RGB (Red+Green+Blue) = 160+148+145=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A09491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09491 is #5F6B6E. Grayscale: #979797. Windows color (decimal): -6253423 or 9540768. OLE color: 9540768.
HSL color Cylindrical-coordinate representation of color #A09491: hue angle of 12º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09491 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 145 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.37 |
| HSL | 12º | 0.07% | 0.6% | - |
| HSV(B) | 12º | 0.09% | 0.63% | - |
| XYZ | 30.2 | 30.7 | 31.12 | - |
| YUV | 151.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 145 | 0 | 0.07 | 0.09 | 0.37 | 12 | 0.07 | 0.6 |
| Hex | A0 | 94 | 91 | 0 | 7 | 9 | 25 | C | 7 | 3C |
| Octal | 240 | 224 | 221 | 0 | 7 | 11 | 45 | 14 | 7 | 74 |
| Binary | 10100000 | 10010100 | 10010001 | 0 | 111 | 1001 | 100101 | 1100 | 111 | 111100 |
Color Harmonies of #A09491
Complementary color
Monochromatic Colors of #A09491
Black with #A09491
Text Example
Text Example
White with #A09491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09491; }
p { color: rgb(160,148,145); }
H1.HeaderClassName
{
color: #A09491;
}
.AnyTagClassName
{
color: #A09491;
}
</style>
background-color css
<style>
a { background-color: #A09491; }
a { background-color: rgb(160,148,145); }
div.DivClassName
{
background-color: #A09491;
}
.BgClassName
{
background-color: #A09491;
}
</style>
border-color css
<style>
span { border-color: #A09491; }
span { border-color: rgb(160,148,145); }
td.TdClassName
{
border-color: #A09491;
}
.TagClassName
{
border-color: #A09491;
}
</style>