Shades of Thatch #AC908B
Tints of Thatch #AC908B
RGB
CMYK
RGB Variations
Color information
#AC908B (or 0xAC908B) is known color: Thatch. HEX triplet: AC, 90 and 8B. RGB value is (172,144,139). Sum of RGB (Red+Green+Blue) = 172+144+139=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC908B is #536F74. Grayscale: #979797. Windows color (decimal): -5468021 or 9146540. OLE color: 9146540.
HSL color Cylindrical-coordinate representation of color #AC908B: hue angle of 9.09º degrees, saturation: 0.17, 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 #AC908B is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 139 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.33 |
| HSL | 9.09º | 0.17% | 0.61% | - |
| HSV(B) | 9.09º | 0.19% | 0.67% | - |
| XYZ | 31.65 | 30.58 | 28.66 | - |
| YUV | 151.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 139 | 0 | 0.16 | 0.19 | 0.33 | 9.09 | 0.17 | 0.61 |
| Hex | AC | 90 | 8B | 0 | 10 | 13 | 21 | 9 | 11 | 3D |
| Octal | 254 | 220 | 213 | 0 | 20 | 23 | 41 | 11 | 21 | 75 |
| Binary | 10101100 | 10010000 | 10001011 | 0 | 10000 | 10011 | 100001 | 1001 | 10001 | 111101 |
Color Harmonies of #AC908B
Complementary color
Monochromatic Colors of #AC908B
Black with #AC908B
Text Example
Text Example
White with #AC908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC908B; }
p { color: rgb(172,144,139); }
H1.HeaderClassName
{
color: #AC908B;
}
.AnyTagClassName
{
color: #AC908B;
}
</style>
background-color css
<style>
a { background-color: #AC908B; }
a { background-color: rgb(172,144,139); }
div.DivClassName
{
background-color: #AC908B;
}
.BgClassName
{
background-color: #AC908B;
}
</style>
border-color css
<style>
span { border-color: #AC908B; }
span { border-color: rgb(172,144,139); }
td.TdClassName
{
border-color: #AC908B;
}
.TagClassName
{
border-color: #AC908B;
}
</style>