Shades of Thatch #AC8D8D
Tints of Thatch #AC8D8D
RGB
CMYK
RGB Variations
Color information
#AC8D8D (or 0xAC8D8D) is known color: Thatch. HEX triplet: AC, 8D and 8D. RGB value is (172,141,141). Sum of RGB (Red+Green+Blue) = 172+141+141=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D8D is #537272. Grayscale: #969696. Windows color (decimal): -5468787 or 9276844. OLE color: 9276844.
HSL color Cylindrical-coordinate representation of color #AC8D8D: hue angle of 0º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8D8D is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 141 | 141 | - |
CMYK | 0 | 0.18 | 0.18 | 0.33 |
HSL | 0º | 0.16% | 0.61% | - |
HSV(B) | 0º | 0.18% | 0.67% | - |
XYZ | 31.35 | 29.74 | 29.29 | - |
YUV | 150.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 141 | 141 | 0 | 0.18 | 0.18 | 0.33 | 0 | 0.16 | 0.61 |
Hex | AC | 8D | 8D | 0 | 12 | 12 | 21 | 0 | 10 | 3D |
Octal | 254 | 215 | 215 | 0 | 22 | 22 | 41 | 0 | 20 | 75 |
Binary | 10101100 | 10001101 | 10001101 | 0 | 10010 | 10010 | 100001 | 0 | 10000 | 111101 |
Color Harmonies of #AC8D8D
Complementary color
Monochromatic Colors of #AC8D8D
Black with #AC8D8D
Text Example
Text Example
White with #AC8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D8D; }
p { color: rgb(172,141,141); }
H1.HeaderClassName
{
color: #AC8D8D;
}
.AnyTagClassName
{
color: #AC8D8D;
}
</style>
background-color css
<style>
a { background-color: #AC8D8D; }
a { background-color: rgb(172,141,141); }
div.DivClassName
{
background-color: #AC8D8D;
}
.BgClassName
{
background-color: #AC8D8D;
}
</style>
border-color css
<style>
span { border-color: #AC8D8D; }
span { border-color: rgb(172,141,141); }
td.TdClassName
{
border-color: #AC8D8D;
}
.TagClassName
{
border-color: #AC8D8D;
}
</style>