Shades of Thatch #AF8C89
Tints of Thatch #AF8C89
RGB
CMYK
RGB Variations
Color information
#AF8C89 (or 0xAF8C89) is known color: Thatch. HEX triplet: AF, 8C and 89. RGB value is (175,140,137). Sum of RGB (Red+Green+Blue) = 175+140+137=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C89 is #507376. Grayscale: #969696. Windows color (decimal): -5272439 or 9014447. OLE color: 9014447.
HSL color Cylindrical-coordinate representation of color #AF8C89: hue angle of 4.74º degrees, saturation: 0.19, 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 #AF8C89 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 137 | - |
| CMYK | 0 | 0.2 | 0.22 | 0.31 |
| HSL | 4.74º | 0.19% | 0.61% | - |
| HSV(B) | 4.74º | 0.22% | 0.69% | - |
| XYZ | 31.57 | 29.68 | 27.73 | - |
| YUV | 150.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 137 | 0 | 0.2 | 0.22 | 0.31 | 4.74 | 0.19 | 0.61 |
| Hex | AF | 8C | 89 | 0 | 14 | 16 | 1F | 5 | 13 | 3D |
| Octal | 257 | 214 | 211 | 0 | 24 | 26 | 37 | 5 | 23 | 75 |
| Binary | 10101111 | 10001100 | 10001001 | 0 | 10100 | 10110 | 11111 | 101 | 10011 | 111101 |
Color Harmonies of #AF8C89
Complementary color
Monochromatic Colors of #AF8C89
Black with #AF8C89
Text Example
Text Example
White with #AF8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C89; }
p { color: rgb(175,140,137); }
H1.HeaderClassName
{
color: #AF8C89;
}
.AnyTagClassName
{
color: #AF8C89;
}
</style>
background-color css
<style>
a { background-color: #AF8C89; }
a { background-color: rgb(175,140,137); }
div.DivClassName
{
background-color: #AF8C89;
}
.BgClassName
{
background-color: #AF8C89;
}
</style>
border-color css
<style>
span { border-color: #AF8C89; }
span { border-color: rgb(175,140,137); }
td.TdClassName
{
border-color: #AF8C89;
}
.TagClassName
{
border-color: #AF8C89;
}
</style>