Shades of Thatch #AE918D
Tints of Thatch #AE918D
RGB
CMYK
RGB Variations
Color information
#AE918D (or 0xAE918D) is known color: Thatch. HEX triplet: AE, 91 and 8D. RGB value is (174,145,141). Sum of RGB (Red+Green+Blue) = 174+145+141=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE918D is #516E72. Grayscale: #999999. Windows color (decimal): -5336691 or 9277870. OLE color: 9277870.
HSL color Cylindrical-coordinate representation of color #AE918D: hue angle of 7.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE918D is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 141 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.32 |
| HSL | 7.27º | 0.17% | 0.62% | - |
| HSV(B) | 7.27º | 0.19% | 0.68% | - |
| XYZ | 32.39 | 31.17 | 29.51 | - |
| YUV | 153.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 141 | 0 | 0.17 | 0.19 | 0.32 | 7.27 | 0.17 | 0.62 |
| Hex | AE | 91 | 8D | 0 | 11 | 13 | 20 | 7 | 11 | 3E |
| Octal | 256 | 221 | 215 | 0 | 21 | 23 | 40 | 7 | 21 | 76 |
| Binary | 10101110 | 10010001 | 10001101 | 0 | 10001 | 10011 | 100000 | 111 | 10001 | 111110 |
Color Harmonies of #AE918D
Complementary color
Monochromatic Colors of #AE918D
Black with #AE918D
Text Example
Text Example
White with #AE918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE918D; }
p { color: rgb(174,145,141); }
H1.HeaderClassName
{
color: #AE918D;
}
.AnyTagClassName
{
color: #AE918D;
}
</style>
background-color css
<style>
a { background-color: #AE918D; }
a { background-color: rgb(174,145,141); }
div.DivClassName
{
background-color: #AE918D;
}
.BgClassName
{
background-color: #AE918D;
}
</style>
border-color css
<style>
span { border-color: #AE918D; }
span { border-color: rgb(174,145,141); }
td.TdClassName
{
border-color: #AE918D;
}
.TagClassName
{
border-color: #AE918D;
}
</style>