Shades of Thatch #AC908C
Tints of Thatch #AC908C
RGB
CMYK
RGB Variations
Color information
#AC908C (or 0xAC908C) is known color: Thatch. HEX triplet: AC, 90 and 8C. RGB value is (172,144,140). Sum of RGB (Red+Green+Blue) = 172+144+140=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC908C is #536F73. Grayscale: #979797. Windows color (decimal): -5468020 or 9212076. OLE color: 9212076.
HSL color Cylindrical-coordinate representation of color #AC908C: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC908C is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 140 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.33 |
| HSL | 7.5º | 0.16% | 0.61% | - |
| HSV(B) | 7.5º | 0.19% | 0.67% | - |
| XYZ | 31.72 | 30.61 | 29.05 | - |
| YUV | 151.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 140 | 0 | 0.16 | 0.19 | 0.33 | 7.5 | 0.16 | 0.61 |
| Hex | AC | 90 | 8C | 0 | 10 | 13 | 21 | 8 | 10 | 3D |
| Octal | 254 | 220 | 214 | 0 | 20 | 23 | 41 | 10 | 20 | 75 |
| Binary | 10101100 | 10010000 | 10001100 | 0 | 10000 | 10011 | 100001 | 1000 | 10000 | 111101 |
Color Harmonies of #AC908C
Complementary color
Monochromatic Colors of #AC908C
Black with #AC908C
Text Example
Text Example
White with #AC908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC908C; }
p { color: rgb(172,144,140); }
H1.HeaderClassName
{
color: #AC908C;
}
.AnyTagClassName
{
color: #AC908C;
}
</style>
background-color css
<style>
a { background-color: #AC908C; }
a { background-color: rgb(172,144,140); }
div.DivClassName
{
background-color: #AC908C;
}
.BgClassName
{
background-color: #AC908C;
}
</style>
border-color css
<style>
span { border-color: #AC908C; }
span { border-color: rgb(172,144,140); }
td.TdClassName
{
border-color: #AC908C;
}
.TagClassName
{
border-color: #AC908C;
}
</style>