Shades of Thatch #AF908E
Tints of Thatch #AF908E
RGB
CMYK
RGB Variations
Color information
#AF908E (or 0xAF908E) is known color: Thatch. HEX triplet: AF, 90 and 8E. RGB value is (175,144,142). Sum of RGB (Red+Green+Blue) = 175+144+142=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF908E is #506F71. Grayscale: #999999. Windows color (decimal): -5271410 or 9343151. OLE color: 9343151.
HSL color Cylindrical-coordinate representation of color #AF908E: hue angle of 3.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF908E is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 142 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.31 |
| HSL | 3.64º | 0.17% | 0.62% | - |
| HSV(B) | 3.64º | 0.19% | 0.69% | - |
| XYZ | 32.53 | 31.01 | 29.86 | - |
| YUV | 153.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 142 | 0 | 0.18 | 0.19 | 0.31 | 3.64 | 0.17 | 0.62 |
| Hex | AF | 90 | 8E | 0 | 12 | 13 | 1F | 4 | 11 | 3E |
| Octal | 257 | 220 | 216 | 0 | 22 | 23 | 37 | 4 | 21 | 76 |
| Binary | 10101111 | 10010000 | 10001110 | 0 | 10010 | 10011 | 11111 | 100 | 10001 | 111110 |
Color Harmonies of #AF908E
Complementary color
Monochromatic Colors of #AF908E
Black with #AF908E
Text Example
Text Example
White with #AF908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF908E; }
p { color: rgb(175,144,142); }
H1.HeaderClassName
{
color: #AF908E;
}
.AnyTagClassName
{
color: #AF908E;
}
</style>
background-color css
<style>
a { background-color: #AF908E; }
a { background-color: rgb(175,144,142); }
div.DivClassName
{
background-color: #AF908E;
}
.BgClassName
{
background-color: #AF908E;
}
</style>
border-color css
<style>
span { border-color: #AF908E; }
span { border-color: rgb(175,144,142); }
td.TdClassName
{
border-color: #AF908E;
}
.TagClassName
{
border-color: #AF908E;
}
</style>