Shades of Almond Frost #938A85
Tints of Almond Frost #938A85
RGB
CMYK
RGB Variations
Color information
#938A85 (or 0x938A85) is known color: Almond Frost. HEX triplet: 93, 8A and 85. RGB value is (147,138,133). Sum of RGB (Red+Green+Blue) = 147+138+133=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #938A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A85 is #6C757A. Grayscale: #8C8C8C. Windows color (decimal): -7107963 or 8751763. OLE color: 8751763.
HSL color Cylindrical-coordinate representation of color #938A85: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938A85 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 133 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.42 |
| HSL | 21.43º | 0.06% | 0.55% | - |
| HSV(B) | 21.43º | 0.1% | 0.58% | - |
| XYZ | 25.35 | 26.07 | 25.89 | - |
| YUV | 140.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 133 | 0 | 0.06 | 0.10 | 0.42 | 21.43 | 0.06 | 0.55 |
| Hex | 93 | 8A | 85 | 0 | 6 | A | 2A | 15 | 6 | 37 |
| Octal | 223 | 212 | 205 | 0 | 6 | 12 | 52 | 25 | 6 | 67 |
| Binary | 10010011 | 10001010 | 10000101 | 0 | 110 | 1010 | 101010 | 10101 | 110 | 110111 |
Color Harmonies of #938A85
Complementary color
Monochromatic Colors of #938A85
Black with #938A85
Text Example
Text Example
White with #938A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A85; }
p { color: rgb(147,138,133); }
H1.HeaderClassName
{
color: #938A85;
}
.AnyTagClassName
{
color: #938A85;
}
</style>
background-color css
<style>
a { background-color: #938A85; }
a { background-color: rgb(147,138,133); }
div.DivClassName
{
background-color: #938A85;
}
.BgClassName
{
background-color: #938A85;
}
</style>
border-color css
<style>
span { border-color: #938A85; }
span { border-color: rgb(147,138,133); }
td.TdClassName
{
border-color: #938A85;
}
.TagClassName
{
border-color: #938A85;
}
</style>