Shades of Thatch #AE8E88
Tints of Thatch #AE8E88
RGB
CMYK
RGB Variations
Color information
#AE8E88 (or 0xAE8E88) is known color: Thatch. HEX triplet: AE, 8E and 88. RGB value is (174,142,136). Sum of RGB (Red+Green+Blue) = 174+142+136=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8E88 is #517177. Grayscale: #969696. Windows color (decimal): -5337464 or 8949422. OLE color: 8949422.
HSL color Cylindrical-coordinate representation of color #AE8E88: hue angle of 9.47º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE8E88 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 142 | 136 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.32 |
| HSL | 9.47º | 0.19% | 0.61% | - |
| HSV(B) | 9.47º | 0.22% | 0.68% | - |
| XYZ | 31.57 | 30.12 | 27.44 | - |
| YUV | 150.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 142 | 136 | 0 | 0.18 | 0.22 | 0.32 | 9.47 | 0.19 | 0.61 |
| Hex | AE | 8E | 88 | 0 | 12 | 16 | 20 | 9 | 13 | 3D |
| Octal | 256 | 216 | 210 | 0 | 22 | 26 | 40 | 11 | 23 | 75 |
| Binary | 10101110 | 10001110 | 10001000 | 0 | 10010 | 10110 | 100000 | 1001 | 10011 | 111101 |
Color Harmonies of #AE8E88
Complementary color
Monochromatic Colors of #AE8E88
Black with #AE8E88
Text Example
Text Example
White with #AE8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8E88; }
p { color: rgb(174,142,136); }
H1.HeaderClassName
{
color: #AE8E88;
}
.AnyTagClassName
{
color: #AE8E88;
}
</style>
background-color css
<style>
a { background-color: #AE8E88; }
a { background-color: rgb(174,142,136); }
div.DivClassName
{
background-color: #AE8E88;
}
.BgClassName
{
background-color: #AE8E88;
}
</style>
border-color css
<style>
span { border-color: #AE8E88; }
span { border-color: rgb(174,142,136); }
td.TdClassName
{
border-color: #AE8E88;
}
.TagClassName
{
border-color: #AE8E88;
}
</style>