Shades of Almond Frost #93837A
Tints of Almond Frost #93837A
RGB
CMYK
RGB Variations
Color information
#93837A (or 0x93837A) is known color: Almond Frost. HEX triplet: 93, 83 and 7A. RGB value is (147,131,122). Sum of RGB (Red+Green+Blue) = 147+131+122=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #93837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93837A is #6C7C85. Grayscale: #868686. Windows color (decimal): -7109766 or 8029075. OLE color: 8029075.
HSL color Cylindrical-coordinate representation of color #93837A: hue angle of 21.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93837A is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 122 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.42 |
| HSL | 21.6º | 0.1% | 0.53% | - |
| HSV(B) | 21.6º | 0.17% | 0.58% | - |
| XYZ | 23.66 | 23.84 | 21.77 | - |
| YUV | 134.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 122 | 0 | 0.11 | 0.17 | 0.42 | 21.6 | 0.1 | 0.53 |
| Hex | 93 | 83 | 7A | 0 | B | 11 | 2A | 16 | A | 35 |
| Octal | 223 | 203 | 172 | 0 | 13 | 21 | 52 | 26 | 12 | 65 |
| Binary | 10010011 | 10000011 | 1111010 | 0 | 1011 | 10001 | 101010 | 10110 | 1010 | 110101 |
Color Harmonies of #93837A
Complementary color
Monochromatic Colors of #93837A
Black with #93837A
Text Example
Text Example
White with #93837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93837A; }
p { color: rgb(147,131,122); }
H1.HeaderClassName
{
color: #93837A;
}
.AnyTagClassName
{
color: #93837A;
}
</style>
background-color css
<style>
a { background-color: #93837A; }
a { background-color: rgb(147,131,122); }
div.DivClassName
{
background-color: #93837A;
}
.BgClassName
{
background-color: #93837A;
}
</style>
border-color css
<style>
span { border-color: #93837A; }
span { border-color: rgb(147,131,122); }
td.TdClassName
{
border-color: #93837A;
}
.TagClassName
{
border-color: #93837A;
}
</style>