Shades of Thatch #AE918B
Tints of Thatch #AE918B
RGB
CMYK
RGB Variations
Color information
#AE918B (or 0xAE918B) is known color: Thatch. HEX triplet: AE, 91 and 8B. RGB value is (174,145,139). Sum of RGB (Red+Green+Blue) = 174+145+139=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE918B is #516E74. Grayscale: #999999. Windows color (decimal): -5336693 or 9146798. OLE color: 9146798.
HSL color Cylindrical-coordinate representation of color #AE918B: hue angle of 10.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE918B is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 139 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.32 |
| HSL | 10.29º | 0.18% | 0.61% | - |
| HSV(B) | 10.29º | 0.2% | 0.68% | - |
| XYZ | 32.24 | 31.11 | 28.73 | - |
| YUV | 152.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 139 | 0 | 0.17 | 0.20 | 0.32 | 10.29 | 0.18 | 0.61 |
| Hex | AE | 91 | 8B | 0 | 11 | 14 | 20 | A | 12 | 3D |
| Octal | 256 | 221 | 213 | 0 | 21 | 24 | 40 | 12 | 22 | 75 |
| Binary | 10101110 | 10010001 | 10001011 | 0 | 10001 | 10100 | 100000 | 1010 | 10010 | 111101 |
Color Harmonies of #AE918B
Complementary color
Monochromatic Colors of #AE918B
Black with #AE918B
Text Example
Text Example
White with #AE918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE918B; }
p { color: rgb(174,145,139); }
H1.HeaderClassName
{
color: #AE918B;
}
.AnyTagClassName
{
color: #AE918B;
}
</style>
background-color css
<style>
a { background-color: #AE918B; }
a { background-color: rgb(174,145,139); }
div.DivClassName
{
background-color: #AE918B;
}
.BgClassName
{
background-color: #AE918B;
}
</style>
border-color css
<style>
span { border-color: #AE918B; }
span { border-color: rgb(174,145,139); }
td.TdClassName
{
border-color: #AE918B;
}
.TagClassName
{
border-color: #AE918B;
}
</style>