Shades of Thatch #A58984
Tints of Thatch #A58984
RGB
CMYK
RGB Variations
Color information
#A58984 (or 0xA58984) is known color: Thatch. HEX triplet: A5, 89 and 84. RGB value is (165,137,132). Sum of RGB (Red+Green+Blue) = 165+137+132=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A58984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58984 is #5A767B. Grayscale: #909090. Windows color (decimal): -5928572 or 8685989. OLE color: 8685989.
HSL color Cylindrical-coordinate representation of color #A58984: hue angle of 9.09º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A58984 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 132 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.35 |
| HSL | 9.09º | 0.15% | 0.58% | - |
| HSV(B) | 9.09º | 0.2% | 0.65% | - |
| XYZ | 28.63 | 27.56 | 25.64 | - |
| YUV | 144.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 132 | 0 | 0.17 | 0.20 | 0.35 | 9.09 | 0.15 | 0.58 |
| Hex | A5 | 89 | 84 | 0 | 11 | 14 | 23 | 9 | F | 3A |
| Octal | 245 | 211 | 204 | 0 | 21 | 24 | 43 | 11 | 17 | 72 |
| Binary | 10100101 | 10001001 | 10000100 | 0 | 10001 | 10100 | 100011 | 1001 | 1111 | 111010 |
Color Harmonies of #A58984
Complementary color
Monochromatic Colors of #A58984
Black with #A58984
Text Example
Text Example
White with #A58984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58984; }
p { color: rgb(165,137,132); }
H1.HeaderClassName
{
color: #A58984;
}
.AnyTagClassName
{
color: #A58984;
}
</style>
background-color css
<style>
a { background-color: #A58984; }
a { background-color: rgb(165,137,132); }
div.DivClassName
{
background-color: #A58984;
}
.BgClassName
{
background-color: #A58984;
}
</style>
border-color css
<style>
span { border-color: #A58984; }
span { border-color: rgb(165,137,132); }
td.TdClassName
{
border-color: #A58984;
}
.TagClassName
{
border-color: #A58984;
}
</style>