Shades of Thatch #AF948E
Tints of Thatch #AF948E
RGB
CMYK
RGB Variations
Color information
#AF948E (or 0xAF948E) is known color: Thatch. HEX triplet: AF, 94 and 8E. RGB value is (175,148,142). Sum of RGB (Red+Green+Blue) = 175+148+142=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF948E is #506B71. Grayscale: #9B9B9B. Windows color (decimal): -5270386 or 9344175. OLE color: 9344175.
HSL color Cylindrical-coordinate representation of color #AF948E: hue angle of 10.91º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF948E is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 142 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.31 |
| HSL | 10.91º | 0.17% | 0.62% | - |
| HSV(B) | 10.91º | 0.19% | 0.69% | - |
| XYZ | 33.15 | 32.25 | 30.07 | - |
| YUV | 155.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 142 | 0 | 0.15 | 0.19 | 0.31 | 10.91 | 0.17 | 0.62 |
| Hex | AF | 94 | 8E | 0 | F | 13 | 1F | B | 11 | 3E |
| Octal | 257 | 224 | 216 | 0 | 17 | 23 | 37 | 13 | 21 | 76 |
| Binary | 10101111 | 10010100 | 10001110 | 0 | 1111 | 10011 | 11111 | 1011 | 10001 | 111110 |
Color Harmonies of #AF948E
Complementary color
Monochromatic Colors of #AF948E
Black with #AF948E
Text Example
Text Example
White with #AF948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF948E; }
p { color: rgb(175,148,142); }
H1.HeaderClassName
{
color: #AF948E;
}
.AnyTagClassName
{
color: #AF948E;
}
</style>
background-color css
<style>
a { background-color: #AF948E; }
a { background-color: rgb(175,148,142); }
div.DivClassName
{
background-color: #AF948E;
}
.BgClassName
{
background-color: #AF948E;
}
</style>
border-color css
<style>
span { border-color: #AF948E; }
span { border-color: rgb(175,148,142); }
td.TdClassName
{
border-color: #AF948E;
}
.TagClassName
{
border-color: #AF948E;
}
</style>