Shades of Mantle #93AF8C
Tints of Mantle #93AF8C
RGB
CMYK
RGB Variations
Color information
#93AF8C (or 0x93AF8C) is known color: Mantle. HEX triplet: 93, AF and 8C. RGB value is (147,175,140). Sum of RGB (Red+Green+Blue) = 147+175+140=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF8C is #6C5073. Grayscale: #A2A2A2. Windows color (decimal): -7098484 or 9219987. OLE color: 9219987.
HSL color Cylindrical-coordinate representation of color #93AF8C: hue angle of 108º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93AF8C is Cyan = 0.16, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 140 | - |
| CMYK | 0.16 | 0 | 0.2 | 0.31 |
| HSL | 108º | 0.18% | 0.62% | - |
| HSV(B) | 108º | 0.2% | 0.69% | - |
| XYZ | 32.1 | 38.76 | 30.6 | - |
| YUV | 162.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 140 | 0.16 | 0 | 0.2 | 0.31 | 108 | 0.18 | 0.62 |
| Hex | 93 | AF | 8C | 10 | 0 | 14 | 1F | 6C | 12 | 3E |
| Octal | 223 | 257 | 214 | 20 | 0 | 24 | 37 | 154 | 22 | 76 |
| Binary | 10010011 | 10101111 | 10001100 | 10000 | 0 | 10100 | 11111 | 1101100 | 10010 | 111110 |
Color Harmonies of #93AF8C
Complementary color
Monochromatic Colors of #93AF8C
Black with #93AF8C
Text Example
Text Example
White with #93AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF8C; }
p { color: rgb(147,175,140); }
H1.HeaderClassName
{
color: #93AF8C;
}
.AnyTagClassName
{
color: #93AF8C;
}
</style>
background-color css
<style>
a { background-color: #93AF8C; }
a { background-color: rgb(147,175,140); }
div.DivClassName
{
background-color: #93AF8C;
}
.BgClassName
{
background-color: #93AF8C;
}
</style>
border-color css
<style>
span { border-color: #93AF8C; }
span { border-color: rgb(147,175,140); }
td.TdClassName
{
border-color: #93AF8C;
}
.TagClassName
{
border-color: #93AF8C;
}
</style>