Shades of Thatch #AF948D
Tints of Thatch #AF948D
RGB
CMYK
RGB Variations
Color information
#AF948D (or 0xAF948D) is known color: Thatch. HEX triplet: AF, 94 and 8D. RGB value is (175,148,141). Sum of RGB (Red+Green+Blue) = 175+148+141=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF948D is #506B72. Grayscale: #9B9B9B. Windows color (decimal): -5270387 or 9278639. OLE color: 9278639.
HSL color Cylindrical-coordinate representation of color #AF948D: hue angle of 12.35º degrees, saturation: 0.18, 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 #AF948D is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 141 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.31 |
| HSL | 12.35º | 0.18% | 0.62% | - |
| HSV(B) | 12.35º | 0.19% | 0.69% | - |
| XYZ | 33.08 | 32.22 | 29.67 | - |
| YUV | 155.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 141 | 0 | 0.15 | 0.19 | 0.31 | 12.35 | 0.18 | 0.62 |
| Hex | AF | 94 | 8D | 0 | F | 13 | 1F | C | 12 | 3E |
| Octal | 257 | 224 | 215 | 0 | 17 | 23 | 37 | 14 | 22 | 76 |
| Binary | 10101111 | 10010100 | 10001101 | 0 | 1111 | 10011 | 11111 | 1100 | 10010 | 111110 |
Color Harmonies of #AF948D
Complementary color
Monochromatic Colors of #AF948D
Black with #AF948D
Text Example
Text Example
White with #AF948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF948D; }
p { color: rgb(175,148,141); }
H1.HeaderClassName
{
color: #AF948D;
}
.AnyTagClassName
{
color: #AF948D;
}
</style>
background-color css
<style>
a { background-color: #AF948D; }
a { background-color: rgb(175,148,141); }
div.DivClassName
{
background-color: #AF948D;
}
.BgClassName
{
background-color: #AF948D;
}
</style>
border-color css
<style>
span { border-color: #AF948D; }
span { border-color: rgb(175,148,141); }
td.TdClassName
{
border-color: #AF948D;
}
.TagClassName
{
border-color: #AF948D;
}
</style>