Shades of Thatch #AF918A
Tints of Thatch #AF918A
RGB
CMYK
RGB Variations
Color information
#AF918A (or 0xAF918A) is known color: Thatch. HEX triplet: AF, 91 and 8A. RGB value is (175,145,138). Sum of RGB (Red+Green+Blue) = 175+145+138=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918A is #506E75. Grayscale: #999999. Windows color (decimal): -5271158 or 9081263. OLE color: 9081263.
HSL color Cylindrical-coordinate representation of color #AF918A: hue angle of 11.35º 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 #AF918A is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 138 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.31 |
| HSL | 11.35º | 0.19% | 0.61% | - |
| HSV(B) | 11.35º | 0.21% | 0.69% | - |
| XYZ | 32.39 | 31.2 | 28.36 | - |
| YUV | 153.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 138 | 0 | 0.17 | 0.21 | 0.31 | 11.35 | 0.19 | 0.61 |
| Hex | AF | 91 | 8A | 0 | 11 | 15 | 1F | B | 13 | 3D |
| Octal | 257 | 221 | 212 | 0 | 21 | 25 | 37 | 13 | 23 | 75 |
| Binary | 10101111 | 10010001 | 10001010 | 0 | 10001 | 10101 | 11111 | 1011 | 10011 | 111101 |
Color Harmonies of #AF918A
Complementary color
Monochromatic Colors of #AF918A
Black with #AF918A
Text Example
Text Example
White with #AF918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF918A; }
p { color: rgb(175,145,138); }
H1.HeaderClassName
{
color: #AF918A;
}
.AnyTagClassName
{
color: #AF918A;
}
</style>
background-color css
<style>
a { background-color: #AF918A; }
a { background-color: rgb(175,145,138); }
div.DivClassName
{
background-color: #AF918A;
}
.BgClassName
{
background-color: #AF918A;
}
</style>
border-color css
<style>
span { border-color: #AF918A; }
span { border-color: rgb(175,145,138); }
td.TdClassName
{
border-color: #AF918A;
}
.TagClassName
{
border-color: #AF918A;
}
</style>