Shades of Thatch #A58C84
Tints of Thatch #A58C84
RGB
CMYK
RGB Variations
Color information
#A58C84 (or 0xA58C84) is known color: Thatch. HEX triplet: A5, 8C and 84. RGB value is (165,140,132). Sum of RGB (Red+Green+Blue) = 165+140+132=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C84 is #5A737B. Grayscale: #929292. Windows color (decimal): -5927804 or 8686757. OLE color: 8686757.
HSL color Cylindrical-coordinate representation of color #A58C84: hue angle of 14.55º 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 #A58C84 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 140 | 132 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.35 |
| HSL | 14.55º | 0.15% | 0.58% | - |
| HSV(B) | 14.55º | 0.2% | 0.65% | - |
| XYZ | 29.06 | 28.42 | 25.78 | - |
| YUV | 146.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 132 | 0 | 0.15 | 0.20 | 0.35 | 14.55 | 0.15 | 0.58 |
| Hex | A5 | 8C | 84 | 0 | F | 14 | 23 | F | F | 3A |
| Octal | 245 | 214 | 204 | 0 | 17 | 24 | 43 | 17 | 17 | 72 |
| Binary | 10100101 | 10001100 | 10000100 | 0 | 1111 | 10100 | 100011 | 1111 | 1111 | 111010 |
Color Harmonies of #A58C84
Complementary color
Monochromatic Colors of #A58C84
Black with #A58C84
Text Example
Text Example
White with #A58C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58C84; }
p { color: rgb(165,140,132); }
H1.HeaderClassName
{
color: #A58C84;
}
.AnyTagClassName
{
color: #A58C84;
}
</style>
background-color css
<style>
a { background-color: #A58C84; }
a { background-color: rgb(165,140,132); }
div.DivClassName
{
background-color: #A58C84;
}
.BgClassName
{
background-color: #A58C84;
}
</style>
border-color css
<style>
span { border-color: #A58C84; }
span { border-color: rgb(165,140,132); }
td.TdClassName
{
border-color: #A58C84;
}
.TagClassName
{
border-color: #A58C84;
}
</style>