Shades of Thatch #AE948F
Tints of Thatch #AE948F
RGB
CMYK
RGB Variations
Color information
#AE948F (or 0xAE948F) is known color: Thatch. HEX triplet: AE, 94 and 8F. RGB value is (174,148,143). Sum of RGB (Red+Green+Blue) = 174+148+143=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE948F is #516B70. Grayscale: #9B9B9B. Windows color (decimal): -5335921 or 9409710. OLE color: 9409710.
HSL color Cylindrical-coordinate representation of color #AE948F: hue angle of 9.68º 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 #AE948F is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 143 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.32 |
| HSL | 9.68º | 0.16% | 0.62% | - |
| HSV(B) | 9.68º | 0.18% | 0.68% | - |
| XYZ | 33 | 32.16 | 30.45 | - |
| YUV | 155.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 143 | 0 | 0.15 | 0.18 | 0.32 | 9.68 | 0.16 | 0.62 |
| Hex | AE | 94 | 8F | 0 | F | 12 | 20 | A | 10 | 3E |
| Octal | 256 | 224 | 217 | 0 | 17 | 22 | 40 | 12 | 20 | 76 |
| Binary | 10101110 | 10010100 | 10001111 | 0 | 1111 | 10010 | 100000 | 1010 | 10000 | 111110 |
Color Harmonies of #AE948F
Complementary color
Monochromatic Colors of #AE948F
Black with #AE948F
Text Example
Text Example
White with #AE948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE948F; }
p { color: rgb(174,148,143); }
H1.HeaderClassName
{
color: #AE948F;
}
.AnyTagClassName
{
color: #AE948F;
}
</style>
background-color css
<style>
a { background-color: #AE948F; }
a { background-color: rgb(174,148,143); }
div.DivClassName
{
background-color: #AE948F;
}
.BgClassName
{
background-color: #AE948F;
}
</style>
border-color css
<style>
span { border-color: #AE948F; }
span { border-color: rgb(174,148,143); }
td.TdClassName
{
border-color: #AE948F;
}
.TagClassName
{
border-color: #AE948F;
}
</style>