Shades of Thatch #AE918A
Tints of Thatch #AE918A
RGB
CMYK
RGB Variations
Color information
#AE918A (or 0xAE918A) is known color: Thatch. HEX triplet: AE, 91 and 8A. RGB value is (174,145,138). Sum of RGB (Red+Green+Blue) = 174+145+138=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE918A is #516E75. Grayscale: #989898. Windows color (decimal): -5336694 or 9081262. OLE color: 9081262.
HSL color Cylindrical-coordinate representation of color #AE918A: hue angle of 11.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE918A is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 138 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.32 |
| HSL | 11.67º | 0.18% | 0.61% | - |
| HSV(B) | 11.67º | 0.21% | 0.68% | - |
| XYZ | 32.17 | 31.08 | 28.35 | - |
| YUV | 152.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 138 | 0 | 0.17 | 0.21 | 0.32 | 11.67 | 0.18 | 0.61 |
| Hex | AE | 91 | 8A | 0 | 11 | 15 | 20 | C | 12 | 3D |
| Octal | 256 | 221 | 212 | 0 | 21 | 25 | 40 | 14 | 22 | 75 |
| Binary | 10101110 | 10010001 | 10001010 | 0 | 10001 | 10101 | 100000 | 1100 | 10010 | 111101 |
Color Harmonies of #AE918A
Complementary color
Monochromatic Colors of #AE918A
Black with #AE918A
Text Example
Text Example
White with #AE918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE918A; }
p { color: rgb(174,145,138); }
H1.HeaderClassName
{
color: #AE918A;
}
.AnyTagClassName
{
color: #AE918A;
}
</style>
background-color css
<style>
a { background-color: #AE918A; }
a { background-color: rgb(174,145,138); }
div.DivClassName
{
background-color: #AE918A;
}
.BgClassName
{
background-color: #AE918A;
}
</style>
border-color css
<style>
span { border-color: #AE918A; }
span { border-color: rgb(174,145,138); }
td.TdClassName
{
border-color: #AE918A;
}
.TagClassName
{
border-color: #AE918A;
}
</style>