Shades of Thatch #AE8C84
Tints of Thatch #AE8C84
RGB
CMYK
RGB Variations
Color information
#AE8C84 (or 0xAE8C84) is known color: Thatch. HEX triplet: AE, 8C and 84. RGB value is (174,140,132). Sum of RGB (Red+Green+Blue) = 174+140+132=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8C84 is #51737B. Grayscale: #959595. Windows color (decimal): -5337980 or 8686766. OLE color: 8686766.
HSL color Cylindrical-coordinate representation of color #AE8C84: hue angle of 11.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE8C84 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 132 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.32 |
| HSL | 11.43º | 0.21% | 0.6% | - |
| HSV(B) | 11.43º | 0.24% | 0.68% | - |
| XYZ | 31 | 29.42 | 25.87 | - |
| YUV | 149.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 132 | 0 | 0.20 | 0.24 | 0.32 | 11.43 | 0.21 | 0.6 |
| Hex | AE | 8C | 84 | 0 | 14 | 18 | 20 | B | 15 | 3C |
| Octal | 256 | 214 | 204 | 0 | 24 | 30 | 40 | 13 | 25 | 74 |
| Binary | 10101110 | 10001100 | 10000100 | 0 | 10100 | 11000 | 100000 | 1011 | 10101 | 111100 |
Color Harmonies of #AE8C84
Complementary color
Monochromatic Colors of #AE8C84
Black with #AE8C84
Text Example
Text Example
White with #AE8C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C84; }
p { color: rgb(174,140,132); }
H1.HeaderClassName
{
color: #AE8C84;
}
.AnyTagClassName
{
color: #AE8C84;
}
</style>
background-color css
<style>
a { background-color: #AE8C84; }
a { background-color: rgb(174,140,132); }
div.DivClassName
{
background-color: #AE8C84;
}
.BgClassName
{
background-color: #AE8C84;
}
</style>
border-color css
<style>
span { border-color: #AE8C84; }
span { border-color: rgb(174,140,132); }
td.TdClassName
{
border-color: #AE8C84;
}
.TagClassName
{
border-color: #AE8C84;
}
</style>