Shades of Thatch #AE908D
Tints of Thatch #AE908D
RGB
CMYK
RGB Variations
Color information
#AE908D (or 0xAE908D) is known color: Thatch. HEX triplet: AE, 90 and 8D. RGB value is (174,144,141). Sum of RGB (Red+Green+Blue) = 174+144+141=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE908D is #516F72. Grayscale: #989898. Windows color (decimal): -5336947 or 9277614. OLE color: 9277614.
HSL color Cylindrical-coordinate representation of color #AE908D: hue angle of 5.45º 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 #AE908D is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 141 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.32 |
| HSL | 5.45º | 0.17% | 0.62% | - |
| HSV(B) | 5.45º | 0.19% | 0.68% | - |
| XYZ | 32.24 | 30.87 | 29.46 | - |
| YUV | 152.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 141 | 0 | 0.17 | 0.19 | 0.32 | 5.45 | 0.17 | 0.62 |
| Hex | AE | 90 | 8D | 0 | 11 | 13 | 20 | 5 | 11 | 3E |
| Octal | 256 | 220 | 215 | 0 | 21 | 23 | 40 | 5 | 21 | 76 |
| Binary | 10101110 | 10010000 | 10001101 | 0 | 10001 | 10011 | 100000 | 101 | 10001 | 111110 |
Color Harmonies of #AE908D
Complementary color
Monochromatic Colors of #AE908D
Black with #AE908D
Text Example
Text Example
White with #AE908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE908D; }
p { color: rgb(174,144,141); }
H1.HeaderClassName
{
color: #AE908D;
}
.AnyTagClassName
{
color: #AE908D;
}
</style>
background-color css
<style>
a { background-color: #AE908D; }
a { background-color: rgb(174,144,141); }
div.DivClassName
{
background-color: #AE908D;
}
.BgClassName
{
background-color: #AE908D;
}
</style>
border-color css
<style>
span { border-color: #AE908D; }
span { border-color: rgb(174,144,141); }
td.TdClassName
{
border-color: #AE908D;
}
.TagClassName
{
border-color: #AE908D;
}
</style>