Shades of Thatch #AE908C
Tints of Thatch #AE908C
RGB
CMYK
RGB Variations
Color information
#AE908C (or 0xAE908C) is known color: Thatch. HEX triplet: AE, 90 and 8C. RGB value is (174,144,140). Sum of RGB (Red+Green+Blue) = 174+144+140=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE908C is #516F73. Grayscale: #989898. Windows color (decimal): -5336948 or 9212078. OLE color: 9212078.
HSL color Cylindrical-coordinate representation of color #AE908C: hue angle of 7.06º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE908C is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 140 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.32 |
| HSL | 7.06º | 0.17% | 0.62% | - |
| HSV(B) | 7.06º | 0.2% | 0.68% | - |
| XYZ | 32.16 | 30.84 | 29.07 | - |
| YUV | 152.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 140 | 0 | 0.17 | 0.20 | 0.32 | 7.06 | 0.17 | 0.62 |
| Hex | AE | 90 | 8C | 0 | 11 | 14 | 20 | 7 | 11 | 3E |
| Octal | 256 | 220 | 214 | 0 | 21 | 24 | 40 | 7 | 21 | 76 |
| Binary | 10101110 | 10010000 | 10001100 | 0 | 10001 | 10100 | 100000 | 111 | 10001 | 111110 |
Color Harmonies of #AE908C
Complementary color
Monochromatic Colors of #AE908C
Black with #AE908C
Text Example
Text Example
White with #AE908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE908C; }
p { color: rgb(174,144,140); }
H1.HeaderClassName
{
color: #AE908C;
}
.AnyTagClassName
{
color: #AE908C;
}
</style>
background-color css
<style>
a { background-color: #AE908C; }
a { background-color: rgb(174,144,140); }
div.DivClassName
{
background-color: #AE908C;
}
.BgClassName
{
background-color: #AE908C;
}
</style>
border-color css
<style>
span { border-color: #AE908C; }
span { border-color: rgb(174,144,140); }
td.TdClassName
{
border-color: #AE908C;
}
.TagClassName
{
border-color: #AE908C;
}
</style>