Shades of Thatch #AF908B
Tints of Thatch #AF908B
RGB
CMYK
RGB Variations
Color information
#AF908B (or 0xAF908B) is known color: Thatch. HEX triplet: AF, 90 and 8B. RGB value is (175,144,139). Sum of RGB (Red+Green+Blue) = 175+144+139=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF908B is #506F74. Grayscale: #989898. Windows color (decimal): -5271413 or 9146543. OLE color: 9146543.
HSL color Cylindrical-coordinate representation of color #AF908B: hue angle of 8.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF908B is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 139 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.31 |
| HSL | 8.33º | 0.18% | 0.62% | - |
| HSV(B) | 8.33º | 0.21% | 0.69% | - |
| XYZ | 32.31 | 30.92 | 28.69 | - |
| YUV | 152.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 139 | 0 | 0.18 | 0.21 | 0.31 | 8.33 | 0.18 | 0.62 |
| Hex | AF | 90 | 8B | 0 | 12 | 15 | 1F | 8 | 12 | 3E |
| Octal | 257 | 220 | 213 | 0 | 22 | 25 | 37 | 10 | 22 | 76 |
| Binary | 10101111 | 10010000 | 10001011 | 0 | 10010 | 10101 | 11111 | 1000 | 10010 | 111110 |
Color Harmonies of #AF908B
Complementary color
Monochromatic Colors of #AF908B
Black with #AF908B
Text Example
Text Example
White with #AF908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF908B; }
p { color: rgb(175,144,139); }
H1.HeaderClassName
{
color: #AF908B;
}
.AnyTagClassName
{
color: #AF908B;
}
</style>
background-color css
<style>
a { background-color: #AF908B; }
a { background-color: rgb(175,144,139); }
div.DivClassName
{
background-color: #AF908B;
}
.BgClassName
{
background-color: #AF908B;
}
</style>
border-color css
<style>
span { border-color: #AF908B; }
span { border-color: rgb(175,144,139); }
td.TdClassName
{
border-color: #AF908B;
}
.TagClassName
{
border-color: #AF908B;
}
</style>