Shades of Thatch #AC8A88
Tints of Thatch #AC8A88
RGB
CMYK
RGB Variations
Color information
#AC8A88 (or 0xAC8A88) is known color: Thatch. HEX triplet: AC, 8A and 88. RGB value is (172,138,136). Sum of RGB (Red+Green+Blue) = 172+138+136=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A88 is #537577. Grayscale: #939393. Windows color (decimal): -5469560 or 8948396. OLE color: 8948396.
HSL color Cylindrical-coordinate representation of color #AC8A88: hue angle of 3.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8A88 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 136 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.33 |
| HSL | 3.33º | 0.18% | 0.6% | - |
| HSV(B) | 3.33º | 0.21% | 0.67% | - |
| XYZ | 30.55 | 28.73 | 27.23 | - |
| YUV | 147.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 136 | 0 | 0.20 | 0.21 | 0.33 | 3.33 | 0.18 | 0.6 |
| Hex | AC | 8A | 88 | 0 | 14 | 15 | 21 | 3 | 12 | 3C |
| Octal | 254 | 212 | 210 | 0 | 24 | 25 | 41 | 3 | 22 | 74 |
| Binary | 10101100 | 10001010 | 10001000 | 0 | 10100 | 10101 | 100001 | 11 | 10010 | 111100 |
Color Harmonies of #AC8A88
Complementary color
Monochromatic Colors of #AC8A88
Black with #AC8A88
Text Example
Text Example
White with #AC8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A88; }
p { color: rgb(172,138,136); }
H1.HeaderClassName
{
color: #AC8A88;
}
.AnyTagClassName
{
color: #AC8A88;
}
</style>
background-color css
<style>
a { background-color: #AC8A88; }
a { background-color: rgb(172,138,136); }
div.DivClassName
{
background-color: #AC8A88;
}
.BgClassName
{
background-color: #AC8A88;
}
</style>
border-color css
<style>
span { border-color: #AC8A88; }
span { border-color: rgb(172,138,136); }
td.TdClassName
{
border-color: #AC8A88;
}
.TagClassName
{
border-color: #AC8A88;
}
</style>