Shades of Thatch #AF9188
Tints of Thatch #AF9188
RGB
CMYK
RGB Variations
Color information
#AF9188 (or 0xAF9188) is known color: Thatch. HEX triplet: AF, 91 and 88. RGB value is (175,145,136). Sum of RGB (Red+Green+Blue) = 175+145+136=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9188 is #506E77. Grayscale: #999999. Windows color (decimal): -5271160 or 8950191. OLE color: 8950191.
HSL color Cylindrical-coordinate representation of color #AF9188: hue angle of 13.85º 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 #AF9188 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 136 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.31 |
| HSL | 13.85º | 0.2% | 0.61% | - |
| HSV(B) | 13.85º | 0.22% | 0.69% | - |
| XYZ | 32.25 | 31.14 | 27.6 | - |
| YUV | 152.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 136 | 0 | 0.17 | 0.22 | 0.31 | 13.85 | 0.2 | 0.61 |
| Hex | AF | 91 | 88 | 0 | 11 | 16 | 1F | E | 14 | 3D |
| Octal | 257 | 221 | 210 | 0 | 21 | 26 | 37 | 16 | 24 | 75 |
| Binary | 10101111 | 10010001 | 10001000 | 0 | 10001 | 10110 | 11111 | 1110 | 10100 | 111101 |
Color Harmonies of #AF9188
Complementary color
Monochromatic Colors of #AF9188
Black with #AF9188
Text Example
Text Example
White with #AF9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9188; }
p { color: rgb(175,145,136); }
H1.HeaderClassName
{
color: #AF9188;
}
.AnyTagClassName
{
color: #AF9188;
}
</style>
background-color css
<style>
a { background-color: #AF9188; }
a { background-color: rgb(175,145,136); }
div.DivClassName
{
background-color: #AF9188;
}
.BgClassName
{
background-color: #AF9188;
}
</style>
border-color css
<style>
span { border-color: #AF9188; }
span { border-color: rgb(175,145,136); }
td.TdClassName
{
border-color: #AF9188;
}
.TagClassName
{
border-color: #AF9188;
}
</style>