Shades of Thatch #AF8C88
Tints of Thatch #AF8C88
RGB
CMYK
RGB Variations
Color information
#AF8C88 (or 0xAF8C88) is known color: Thatch. HEX triplet: AF, 8C and 88. RGB value is (175,140,136). Sum of RGB (Red+Green+Blue) = 175+140+136=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C88 is #507377. Grayscale: #969696. Windows color (decimal): -5272440 or 8948911. OLE color: 8948911.
HSL color Cylindrical-coordinate representation of color #AF8C88: hue angle of 6.15º 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 #AF8C88 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 136 | - |
| CMYK | 0 | 0.2 | 0.22 | 0.31 |
| HSL | 6.15º | 0.2% | 0.61% | - |
| HSV(B) | 6.15º | 0.22% | 0.69% | - |
| XYZ | 31.5 | 29.65 | 27.35 | - |
| YUV | 150.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 136 | 0 | 0.2 | 0.22 | 0.31 | 6.15 | 0.2 | 0.61 |
| Hex | AF | 8C | 88 | 0 | 14 | 16 | 1F | 6 | 14 | 3D |
| Octal | 257 | 214 | 210 | 0 | 24 | 26 | 37 | 6 | 24 | 75 |
| Binary | 10101111 | 10001100 | 10001000 | 0 | 10100 | 10110 | 11111 | 110 | 10100 | 111101 |
Color Harmonies of #AF8C88
Complementary color
Monochromatic Colors of #AF8C88
Black with #AF8C88
Text Example
Text Example
White with #AF8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C88; }
p { color: rgb(175,140,136); }
H1.HeaderClassName
{
color: #AF8C88;
}
.AnyTagClassName
{
color: #AF8C88;
}
</style>
background-color css
<style>
a { background-color: #AF8C88; }
a { background-color: rgb(175,140,136); }
div.DivClassName
{
background-color: #AF8C88;
}
.BgClassName
{
background-color: #AF8C88;
}
</style>
border-color css
<style>
span { border-color: #AF8C88; }
span { border-color: rgb(175,140,136); }
td.TdClassName
{
border-color: #AF8C88;
}
.TagClassName
{
border-color: #AF8C88;
}
</style>