Shades of Thatch #AE9490
Tints of Thatch #AE9490
RGB
CMYK
RGB Variations
Color information
#AE9490 (or 0xAE9490) is known color: Thatch. HEX triplet: AE, 94 and 90. RGB value is (174,148,144). Sum of RGB (Red+Green+Blue) = 174+148+144=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9490 is #516B6F. Grayscale: #9B9B9B. Windows color (decimal): -5335920 or 9475246. OLE color: 9475246.
HSL color Cylindrical-coordinate representation of color #AE9490: hue angle of 8º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE9490 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 144 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.32 |
| HSL | 8º | 0.16% | 0.62% | - |
| HSV(B) | 8º | 0.17% | 0.68% | - |
| XYZ | 33.08 | 32.19 | 30.86 | - |
| YUV | 155.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 144 | 0 | 0.15 | 0.17 | 0.32 | 8 | 0.16 | 0.62 |
| Hex | AE | 94 | 90 | 0 | F | 11 | 20 | 8 | 10 | 3E |
| Octal | 256 | 224 | 220 | 0 | 17 | 21 | 40 | 10 | 20 | 76 |
| Binary | 10101110 | 10010100 | 10010000 | 0 | 1111 | 10001 | 100000 | 1000 | 10000 | 111110 |
Color Harmonies of #AE9490
Complementary color
Monochromatic Colors of #AE9490
Black with #AE9490
Text Example
Text Example
White with #AE9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9490; }
p { color: rgb(174,148,144); }
H1.HeaderClassName
{
color: #AE9490;
}
.AnyTagClassName
{
color: #AE9490;
}
</style>
background-color css
<style>
a { background-color: #AE9490; }
a { background-color: rgb(174,148,144); }
div.DivClassName
{
background-color: #AE9490;
}
.BgClassName
{
background-color: #AE9490;
}
</style>
border-color css
<style>
span { border-color: #AE9490; }
span { border-color: rgb(174,148,144); }
td.TdClassName
{
border-color: #AE9490;
}
.TagClassName
{
border-color: #AE9490;
}
</style>