Shades of Almond Frost #93847B
Tints of Almond Frost #93847B
RGB
CMYK
RGB Variations
Color information
#93847B (or 0x93847B) is known color: Almond Frost. HEX triplet: 93, 84 and 7B. RGB value is (147,132,123). Sum of RGB (Red+Green+Blue) = 147+132+123=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #93847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93847B is #6C7B84. Grayscale: #878787. Windows color (decimal): -7109509 or 8094867. OLE color: 8094867.
HSL color Cylindrical-coordinate representation of color #93847B: hue angle of 22.5º 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 #93847B is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 132 | 123 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.42 |
| HSL | 22.5º | 0.1% | 0.53% | - |
| HSV(B) | 22.5º | 0.16% | 0.58% | - |
| XYZ | 23.86 | 24.14 | 22.14 | - |
| YUV | 135.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 123 | 0 | 0.10 | 0.16 | 0.42 | 22.5 | 0.1 | 0.53 |
| Hex | 93 | 84 | 7B | 0 | A | 10 | 2A | 16 | A | 35 |
| Octal | 223 | 204 | 173 | 0 | 12 | 20 | 52 | 26 | 12 | 65 |
| Binary | 10010011 | 10000100 | 1111011 | 0 | 1010 | 10000 | 101010 | 10110 | 1010 | 110101 |
Color Harmonies of #93847B
Complementary color
Monochromatic Colors of #93847B
Black with #93847B
Text Example
Text Example
White with #93847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93847B; }
p { color: rgb(147,132,123); }
H1.HeaderClassName
{
color: #93847B;
}
.AnyTagClassName
{
color: #93847B;
}
</style>
background-color css
<style>
a { background-color: #93847B; }
a { background-color: rgb(147,132,123); }
div.DivClassName
{
background-color: #93847B;
}
.BgClassName
{
background-color: #93847B;
}
</style>
border-color css
<style>
span { border-color: #93847B; }
span { border-color: rgb(147,132,123); }
td.TdClassName
{
border-color: #93847B;
}
.TagClassName
{
border-color: #93847B;
}
</style>