Shades of Thatch #AF8D88
Tints of Thatch #AF8D88
RGB
CMYK
RGB Variations
Color information
#AF8D88 (or 0xAF8D88) is known color: Thatch. HEX triplet: AF, 8D and 88. RGB value is (175,141,136). Sum of RGB (Red+Green+Blue) = 175+141+136=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D88 is #507277. Grayscale: #969696. Windows color (decimal): -5272184 or 8949167. OLE color: 8949167.
HSL color Cylindrical-coordinate representation of color #AF8D88: hue angle of 7.69º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF8D88 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 136 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.31 |
| HSL | 7.69º | 0.2% | 0.61% | - |
| HSV(B) | 7.69º | 0.22% | 0.69% | - |
| XYZ | 31.65 | 29.94 | 27.4 | - |
| YUV | 150.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 136 | 0 | 0.19 | 0.22 | 0.31 | 7.69 | 0.2 | 0.61 |
| Hex | AF | 8D | 88 | 0 | 13 | 16 | 1F | 8 | 14 | 3D |
| Octal | 257 | 215 | 210 | 0 | 23 | 26 | 37 | 10 | 24 | 75 |
| Binary | 10101111 | 10001101 | 10001000 | 0 | 10011 | 10110 | 11111 | 1000 | 10100 | 111101 |
Color Harmonies of #AF8D88
Complementary color
Monochromatic Colors of #AF8D88
Black with #AF8D88
Text Example
Text Example
White with #AF8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D88; }
p { color: rgb(175,141,136); }
H1.HeaderClassName
{
color: #AF8D88;
}
.AnyTagClassName
{
color: #AF8D88;
}
</style>
background-color css
<style>
a { background-color: #AF8D88; }
a { background-color: rgb(175,141,136); }
div.DivClassName
{
background-color: #AF8D88;
}
.BgClassName
{
background-color: #AF8D88;
}
</style>
border-color css
<style>
span { border-color: #AF8D88; }
span { border-color: rgb(175,141,136); }
td.TdClassName
{
border-color: #AF8D88;
}
.TagClassName
{
border-color: #AF8D88;
}
</style>