Shades of Thatch #AC8F85
Tints of Thatch #AC8F85
RGB
CMYK
RGB Variations
Color information
#AC8F85 (or 0xAC8F85) is known color: Thatch. HEX triplet: AC, 8F and 85. RGB value is (172,143,133). Sum of RGB (Red+Green+Blue) = 172+143+133=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F85 is #53707A. Grayscale: #969696. Windows color (decimal): -5468283 or 8753068. OLE color: 8753068.
HSL color Cylindrical-coordinate representation of color #AC8F85: hue angle of 15.38º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8F85 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 133 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.33 |
| HSL | 15.38º | 0.19% | 0.6% | - |
| HSV(B) | 15.38º | 0.23% | 0.67% | - |
| XYZ | 31.07 | 30.11 | 26.36 | - |
| YUV | 150.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 133 | 0 | 0.17 | 0.23 | 0.33 | 15.38 | 0.19 | 0.6 |
| Hex | AC | 8F | 85 | 0 | 11 | 17 | 21 | F | 13 | 3C |
| Octal | 254 | 217 | 205 | 0 | 21 | 27 | 41 | 17 | 23 | 74 |
| Binary | 10101100 | 10001111 | 10000101 | 0 | 10001 | 10111 | 100001 | 1111 | 10011 | 111100 |
Color Harmonies of #AC8F85
Complementary color
Monochromatic Colors of #AC8F85
Black with #AC8F85
Text Example
Text Example
White with #AC8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F85; }
p { color: rgb(172,143,133); }
H1.HeaderClassName
{
color: #AC8F85;
}
.AnyTagClassName
{
color: #AC8F85;
}
</style>
background-color css
<style>
a { background-color: #AC8F85; }
a { background-color: rgb(172,143,133); }
div.DivClassName
{
background-color: #AC8F85;
}
.BgClassName
{
background-color: #AC8F85;
}
</style>
border-color css
<style>
span { border-color: #AC8F85; }
span { border-color: rgb(172,143,133); }
td.TdClassName
{
border-color: #AC8F85;
}
.TagClassName
{
border-color: #AC8F85;
}
</style>