Shades of Thatch #AF908A
Tints of Thatch #AF908A
RGB
CMYK
RGB Variations
Color information
#AF908A (or 0xAF908A) is known color: Thatch. HEX triplet: AF, 90 and 8A. RGB value is (175,144,138). Sum of RGB (Red+Green+Blue) = 175+144+138=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF908A is #506F75. Grayscale: #989898. Windows color (decimal): -5271414 or 9081007. OLE color: 9081007.
HSL color Cylindrical-coordinate representation of color #AF908A: hue angle of 9.73º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF908A is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 138 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.31 |
| HSL | 9.73º | 0.19% | 0.61% | - |
| HSV(B) | 9.73º | 0.21% | 0.69% | - |
| XYZ | 32.24 | 30.9 | 28.31 | - |
| YUV | 152.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 138 | 0 | 0.18 | 0.21 | 0.31 | 9.73 | 0.19 | 0.61 |
| Hex | AF | 90 | 8A | 0 | 12 | 15 | 1F | A | 13 | 3D |
| Octal | 257 | 220 | 212 | 0 | 22 | 25 | 37 | 12 | 23 | 75 |
| Binary | 10101111 | 10010000 | 10001010 | 0 | 10010 | 10101 | 11111 | 1010 | 10011 | 111101 |
Color Harmonies of #AF908A
Complementary color
Monochromatic Colors of #AF908A
Black with #AF908A
Text Example
Text Example
White with #AF908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF908A; }
p { color: rgb(175,144,138); }
H1.HeaderClassName
{
color: #AF908A;
}
.AnyTagClassName
{
color: #AF908A;
}
</style>
background-color css
<style>
a { background-color: #AF908A; }
a { background-color: rgb(175,144,138); }
div.DivClassName
{
background-color: #AF908A;
}
.BgClassName
{
background-color: #AF908A;
}
</style>
border-color css
<style>
span { border-color: #AF908A; }
span { border-color: rgb(175,144,138); }
td.TdClassName
{
border-color: #AF908A;
}
.TagClassName
{
border-color: #AF908A;
}
</style>