Shades of Thatch #AE928E
Tints of Thatch #AE928E
RGB
CMYK
RGB Variations
Color information
#AE928E (or 0xAE928E) is known color: Thatch. HEX triplet: AE, 92 and 8E. RGB value is (174,146,142). Sum of RGB (Red+Green+Blue) = 174+146+142=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE928E is #516D71. Grayscale: #999999. Windows color (decimal): -5336434 or 9343662. OLE color: 9343662.
HSL color Cylindrical-coordinate representation of color #AE928E: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE928E is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 142 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.32 |
| HSL | 7.5º | 0.16% | 0.62% | - |
| HSV(B) | 7.5º | 0.18% | 0.68% | - |
| XYZ | 32.62 | 31.51 | 29.95 | - |
| YUV | 153.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 142 | 0 | 0.16 | 0.18 | 0.32 | 7.5 | 0.16 | 0.62 |
| Hex | AE | 92 | 8E | 0 | 10 | 12 | 20 | 8 | 10 | 3E |
| Octal | 256 | 222 | 216 | 0 | 20 | 22 | 40 | 10 | 20 | 76 |
| Binary | 10101110 | 10010010 | 10001110 | 0 | 10000 | 10010 | 100000 | 1000 | 10000 | 111110 |
Color Harmonies of #AE928E
Complementary color
Monochromatic Colors of #AE928E
Black with #AE928E
Text Example
Text Example
White with #AE928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE928E; }
p { color: rgb(174,146,142); }
H1.HeaderClassName
{
color: #AE928E;
}
.AnyTagClassName
{
color: #AE928E;
}
</style>
background-color css
<style>
a { background-color: #AE928E; }
a { background-color: rgb(174,146,142); }
div.DivClassName
{
background-color: #AE928E;
}
.BgClassName
{
background-color: #AE928E;
}
</style>
border-color css
<style>
span { border-color: #AE928E; }
span { border-color: rgb(174,146,142); }
td.TdClassName
{
border-color: #AE928E;
}
.TagClassName
{
border-color: #AE928E;
}
</style>