Shades of Thatch #AE938C
Tints of Thatch #AE938C
RGB
CMYK
RGB Variations
Color information
#AE938C (or 0xAE938C) is known color: Thatch. HEX triplet: AE, 93 and 8C. RGB value is (174,147,140). Sum of RGB (Red+Green+Blue) = 174+147+140=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE938C is #516C73. Grayscale: #9A9A9A. Windows color (decimal): -5336180 or 9212846. OLE color: 9212846.
HSL color Cylindrical-coordinate representation of color #AE938C: hue angle of 12.35º 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 #AE938C is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 140 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.32 |
| HSL | 12.35º | 0.17% | 0.62% | - |
| HSV(B) | 12.35º | 0.2% | 0.68% | - |
| XYZ | 32.62 | 31.76 | 29.22 | - |
| YUV | 154.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 140 | 0 | 0.16 | 0.20 | 0.32 | 12.35 | 0.17 | 0.62 |
| Hex | AE | 93 | 8C | 0 | 10 | 14 | 20 | C | 11 | 3E |
| Octal | 256 | 223 | 214 | 0 | 20 | 24 | 40 | 14 | 21 | 76 |
| Binary | 10101110 | 10010011 | 10001100 | 0 | 10000 | 10100 | 100000 | 1100 | 10001 | 111110 |
Color Harmonies of #AE938C
Complementary color
Monochromatic Colors of #AE938C
Black with #AE938C
Text Example
Text Example
White with #AE938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE938C; }
p { color: rgb(174,147,140); }
H1.HeaderClassName
{
color: #AE938C;
}
.AnyTagClassName
{
color: #AE938C;
}
</style>
background-color css
<style>
a { background-color: #AE938C; }
a { background-color: rgb(174,147,140); }
div.DivClassName
{
background-color: #AE938C;
}
.BgClassName
{
background-color: #AE938C;
}
</style>
border-color css
<style>
span { border-color: #AE938C; }
span { border-color: rgb(174,147,140); }
td.TdClassName
{
border-color: #AE938C;
}
.TagClassName
{
border-color: #AE938C;
}
</style>