Shades of Almond Frost #93877C
Tints of Almond Frost #93877C
RGB
CMYK
RGB Variations
Color information
#93877C (or 0x93877C) is known color: Almond Frost. HEX triplet: 93, 87 and 7C. RGB value is (147,135,124). Sum of RGB (Red+Green+Blue) = 147+135+124=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #93877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93877C is #6C7883. Grayscale: #898989. Windows color (decimal): -7108740 or 8161171. OLE color: 8161171.
HSL color Cylindrical-coordinate representation of color #93877C: hue angle of 28.7º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93877C is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 135 | 124 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.42 |
| HSL | 28.7º | 0.1% | 0.53% | - |
| HSV(B) | 28.7º | 0.16% | 0.58% | - |
| XYZ | 24.33 | 24.99 | 22.61 | - |
| YUV | 137.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 124 | 0 | 0.08 | 0.16 | 0.42 | 28.7 | 0.1 | 0.53 |
| Hex | 93 | 87 | 7C | 0 | 8 | 10 | 2A | 1D | A | 35 |
| Octal | 223 | 207 | 174 | 0 | 10 | 20 | 52 | 35 | 12 | 65 |
| Binary | 10010011 | 10000111 | 1111100 | 0 | 1000 | 10000 | 101010 | 11101 | 1010 | 110101 |
Color Harmonies of #93877C
Complementary color
Monochromatic Colors of #93877C
Black with #93877C
Text Example
Text Example
White with #93877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93877C; }
p { color: rgb(147,135,124); }
H1.HeaderClassName
{
color: #93877C;
}
.AnyTagClassName
{
color: #93877C;
}
</style>
background-color css
<style>
a { background-color: #93877C; }
a { background-color: rgb(147,135,124); }
div.DivClassName
{
background-color: #93877C;
}
.BgClassName
{
background-color: #93877C;
}
</style>
border-color css
<style>
span { border-color: #93877C; }
span { border-color: rgb(147,135,124); }
td.TdClassName
{
border-color: #93877C;
}
.TagClassName
{
border-color: #93877C;
}
</style>