Shades of Thatch #AF8F88
Tints of Thatch #AF8F88
RGB
CMYK
RGB Variations
Color information
#AF8F88 (or 0xAF8F88) is known color: Thatch. HEX triplet: AF, 8F and 88. RGB value is (175,143,136). Sum of RGB (Red+Green+Blue) = 175+143+136=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F88 is #507077. Grayscale: #979797. Windows color (decimal): -5271672 or 8949679. OLE color: 8949679.
HSL color Cylindrical-coordinate representation of color #AF8F88: hue angle of 10.77º degrees, saturation: 0.2, 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 #AF8F88 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 136 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.31 |
| HSL | 10.77º | 0.2% | 0.61% | - |
| HSV(B) | 10.77º | 0.22% | 0.69% | - |
| XYZ | 31.95 | 30.54 | 27.5 | - |
| YUV | 151.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 136 | 0 | 0.18 | 0.22 | 0.31 | 10.77 | 0.2 | 0.61 |
| Hex | AF | 8F | 88 | 0 | 12 | 16 | 1F | B | 14 | 3D |
| Octal | 257 | 217 | 210 | 0 | 22 | 26 | 37 | 13 | 24 | 75 |
| Binary | 10101111 | 10001111 | 10001000 | 0 | 10010 | 10110 | 11111 | 1011 | 10100 | 111101 |
Color Harmonies of #AF8F88
Complementary color
Monochromatic Colors of #AF8F88
Black with #AF8F88
Text Example
Text Example
White with #AF8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F88; }
p { color: rgb(175,143,136); }
H1.HeaderClassName
{
color: #AF8F88;
}
.AnyTagClassName
{
color: #AF8F88;
}
</style>
background-color css
<style>
a { background-color: #AF8F88; }
a { background-color: rgb(175,143,136); }
div.DivClassName
{
background-color: #AF8F88;
}
.BgClassName
{
background-color: #AF8F88;
}
</style>
border-color css
<style>
span { border-color: #AF8F88; }
span { border-color: rgb(175,143,136); }
td.TdClassName
{
border-color: #AF8F88;
}
.TagClassName
{
border-color: #AF8F88;
}
</style>