Shades of Thatch #A09492
Tints of Thatch #A09492
RGB
CMYK
RGB Variations
Color information
#A09492 (or 0xA09492) is known color: Thatch. HEX triplet: A0, 94 and 92. RGB value is (160,148,146). Sum of RGB (Red+Green+Blue) = 160+148+146=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 160 - color contains mainly: red. Hex color #A09492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09492 is #5F6B6D. Grayscale: #979797. Windows color (decimal): -6253422 or 9606304. OLE color: 9606304.
HSL color Cylindrical-coordinate representation of color #A09492: hue angle of 8.57º 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 #A09492 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 146 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.37 |
| HSL | 8.57º | 0.07% | 0.6% | - |
| HSV(B) | 8.57º | 0.09% | 0.63% | - |
| XYZ | 30.28 | 30.73 | 31.53 | - |
| YUV | 151.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 146 | 0 | 0.07 | 0.09 | 0.37 | 8.57 | 0.07 | 0.6 |
| Hex | A0 | 94 | 92 | 0 | 7 | 9 | 25 | 9 | 7 | 3C |
| Octal | 240 | 224 | 222 | 0 | 7 | 11 | 45 | 11 | 7 | 74 |
| Binary | 10100000 | 10010100 | 10010010 | 0 | 111 | 1001 | 100101 | 1001 | 111 | 111100 |
Color Harmonies of #A09492
Complementary color
Monochromatic Colors of #A09492
Black with #A09492
Text Example
Text Example
White with #A09492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09492; }
p { color: rgb(160,148,146); }
H1.HeaderClassName
{
color: #A09492;
}
.AnyTagClassName
{
color: #A09492;
}
</style>
background-color css
<style>
a { background-color: #A09492; }
a { background-color: rgb(160,148,146); }
div.DivClassName
{
background-color: #A09492;
}
.BgClassName
{
background-color: #A09492;
}
</style>
border-color css
<style>
span { border-color: #A09492; }
span { border-color: rgb(160,148,146); }
td.TdClassName
{
border-color: #A09492;
}
.TagClassName
{
border-color: #A09492;
}
</style>