Shades of Thatch #AE8A88
Tints of Thatch #AE8A88
RGB
CMYK
RGB Variations
Color information
#AE8A88 (or 0xAE8A88) is known color: Thatch. HEX triplet: AE, 8A and 88. RGB value is (174,138,136). Sum of RGB (Red+Green+Blue) = 174+138+136=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8A88 is #517577. Grayscale: #949494. Windows color (decimal): -5338488 or 8948398. OLE color: 8948398.
HSL color Cylindrical-coordinate representation of color #AE8A88: hue angle of 3.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE8A88 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 136 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.32 |
| HSL | 3.16º | 0.19% | 0.61% | - |
| HSV(B) | 3.16º | 0.22% | 0.68% | - |
| XYZ | 30.99 | 28.95 | 27.25 | - |
| YUV | 148.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 136 | 0 | 0.21 | 0.22 | 0.32 | 3.16 | 0.19 | 0.61 |
| Hex | AE | 8A | 88 | 0 | 15 | 16 | 20 | 3 | 13 | 3D |
| Octal | 256 | 212 | 210 | 0 | 25 | 26 | 40 | 3 | 23 | 75 |
| Binary | 10101110 | 10001010 | 10001000 | 0 | 10101 | 10110 | 100000 | 11 | 10011 | 111101 |
Color Harmonies of #AE8A88
Complementary color
Monochromatic Colors of #AE8A88
Black with #AE8A88
Text Example
Text Example
White with #AE8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A88; }
p { color: rgb(174,138,136); }
H1.HeaderClassName
{
color: #AE8A88;
}
.AnyTagClassName
{
color: #AE8A88;
}
</style>
background-color css
<style>
a { background-color: #AE8A88; }
a { background-color: rgb(174,138,136); }
div.DivClassName
{
background-color: #AE8A88;
}
.BgClassName
{
background-color: #AE8A88;
}
</style>
border-color css
<style>
span { border-color: #AE8A88; }
span { border-color: rgb(174,138,136); }
td.TdClassName
{
border-color: #AE8A88;
}
.TagClassName
{
border-color: #AE8A88;
}
</style>