Shades of Thatch #AF938A
Tints of Thatch #AF938A
RGB
CMYK
RGB Variations
Color information
#AF938A (or 0xAF938A) is known color: Thatch. HEX triplet: AF, 93 and 8A. RGB value is (175,147,138). Sum of RGB (Red+Green+Blue) = 175+147+138=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF938A is #506C75. Grayscale: #9A9A9A. Windows color (decimal): -5270646 or 9081775. OLE color: 9081775.
HSL color Cylindrical-coordinate representation of color #AF938A: hue angle of 14.59º 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 #AF938A is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 138 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.31 |
| HSL | 14.59º | 0.19% | 0.61% | - |
| HSV(B) | 14.59º | 0.21% | 0.69% | - |
| XYZ | 32.7 | 31.82 | 28.46 | - |
| YUV | 154.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 138 | 0 | 0.16 | 0.21 | 0.31 | 14.59 | 0.19 | 0.61 |
| Hex | AF | 93 | 8A | 0 | 10 | 15 | 1F | F | 13 | 3D |
| Octal | 257 | 223 | 212 | 0 | 20 | 25 | 37 | 17 | 23 | 75 |
| Binary | 10101111 | 10010011 | 10001010 | 0 | 10000 | 10101 | 11111 | 1111 | 10011 | 111101 |
Color Harmonies of #AF938A
Complementary color
Monochromatic Colors of #AF938A
Black with #AF938A
Text Example
Text Example
White with #AF938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF938A; }
p { color: rgb(175,147,138); }
H1.HeaderClassName
{
color: #AF938A;
}
.AnyTagClassName
{
color: #AF938A;
}
</style>
background-color css
<style>
a { background-color: #AF938A; }
a { background-color: rgb(175,147,138); }
div.DivClassName
{
background-color: #AF938A;
}
.BgClassName
{
background-color: #AF938A;
}
</style>
border-color css
<style>
span { border-color: #AF938A; }
span { border-color: rgb(175,147,138); }
td.TdClassName
{
border-color: #AF938A;
}
.TagClassName
{
border-color: #AF938A;
}
</style>