Shades of Thatch #AF8E88
Tints of Thatch #AF8E88
RGB
CMYK
RGB Variations
Color information
#AF8E88 (or 0xAF8E88) is known color: Thatch. HEX triplet: AF, 8E and 88. RGB value is (175,142,136). Sum of RGB (Red+Green+Blue) = 175+142+136=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E88 is #507177. Grayscale: #979797. Windows color (decimal): -5271928 or 8949423. OLE color: 8949423.
HSL color Cylindrical-coordinate representation of color #AF8E88: hue angle of 9.23º 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 #AF8E88 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 136 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.31 |
| HSL | 9.23º | 0.2% | 0.61% | - |
| HSV(B) | 9.23º | 0.22% | 0.69% | - |
| XYZ | 31.8 | 30.24 | 27.45 | - |
| YUV | 151.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 136 | 0 | 0.19 | 0.22 | 0.31 | 9.23 | 0.2 | 0.61 |
| Hex | AF | 8E | 88 | 0 | 13 | 16 | 1F | 9 | 14 | 3D |
| Octal | 257 | 216 | 210 | 0 | 23 | 26 | 37 | 11 | 24 | 75 |
| Binary | 10101111 | 10001110 | 10001000 | 0 | 10011 | 10110 | 11111 | 1001 | 10100 | 111101 |
Color Harmonies of #AF8E88
Complementary color
Monochromatic Colors of #AF8E88
Black with #AF8E88
Text Example
Text Example
White with #AF8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E88; }
p { color: rgb(175,142,136); }
H1.HeaderClassName
{
color: #AF8E88;
}
.AnyTagClassName
{
color: #AF8E88;
}
</style>
background-color css
<style>
a { background-color: #AF8E88; }
a { background-color: rgb(175,142,136); }
div.DivClassName
{
background-color: #AF8E88;
}
.BgClassName
{
background-color: #AF8E88;
}
</style>
border-color css
<style>
span { border-color: #AF8E88; }
span { border-color: rgb(175,142,136); }
td.TdClassName
{
border-color: #AF8E88;
}
.TagClassName
{
border-color: #AF8E88;
}
</style>