Shades of Thatch #AF9087
Tints of Thatch #AF9087
RGB
CMYK
RGB Variations
Color information
#AF9087 (or 0xAF9087) is known color: Thatch. HEX triplet: AF, 90 and 87. RGB value is (175,144,135). Sum of RGB (Red+Green+Blue) = 175+144+135=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9087 is #506F78. Grayscale: #989898. Windows color (decimal): -5271417 or 8884399. OLE color: 8884399.
HSL color Cylindrical-coordinate representation of color #AF9087: hue angle of 13.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF9087 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 135 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.31 |
| HSL | 13.5º | 0.2% | 0.61% | - |
| HSV(B) | 13.5º | 0.23% | 0.69% | - |
| XYZ | 32.03 | 30.81 | 27.18 | - |
| YUV | 152.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 135 | 0 | 0.18 | 0.23 | 0.31 | 13.5 | 0.2 | 0.61 |
| Hex | AF | 90 | 87 | 0 | 12 | 17 | 1F | E | 14 | 3D |
| Octal | 257 | 220 | 207 | 0 | 22 | 27 | 37 | 16 | 24 | 75 |
| Binary | 10101111 | 10010000 | 10000111 | 0 | 10010 | 10111 | 11111 | 1110 | 10100 | 111101 |
Color Harmonies of #AF9087
Complementary color
Monochromatic Colors of #AF9087
Black with #AF9087
Text Example
Text Example
White with #AF9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9087; }
p { color: rgb(175,144,135); }
H1.HeaderClassName
{
color: #AF9087;
}
.AnyTagClassName
{
color: #AF9087;
}
</style>
background-color css
<style>
a { background-color: #AF9087; }
a { background-color: rgb(175,144,135); }
div.DivClassName
{
background-color: #AF9087;
}
.BgClassName
{
background-color: #AF9087;
}
</style>
border-color css
<style>
span { border-color: #AF9087; }
span { border-color: rgb(175,144,135); }
td.TdClassName
{
border-color: #AF9087;
}
.TagClassName
{
border-color: #AF9087;
}
</style>