Shades of Almond Frost #948B85
Tints of Almond Frost #948B85
RGB
CMYK
RGB Variations
Color information
#948B85 (or 0x948B85) is known color: Almond Frost. HEX triplet: 94, 8B and 85. RGB value is (148,139,133). Sum of RGB (Red+Green+Blue) = 148+139+133=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B85 is #6B747A. Grayscale: #8D8D8D. Windows color (decimal): -7042171 or 8752020. OLE color: 8752020.
HSL color Cylindrical-coordinate representation of color #948B85: hue angle of 24º degrees, saturation: 0.07, 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 #948B85 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 133 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.42 |
| HSL | 24º | 0.07% | 0.55% | - |
| HSV(B) | 24º | 0.1% | 0.58% | - |
| XYZ | 25.68 | 26.45 | 25.94 | - |
| YUV | 141.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 133 | 0 | 0.06 | 0.10 | 0.42 | 24 | 0.07 | 0.55 |
| Hex | 94 | 8B | 85 | 0 | 6 | A | 2A | 18 | 7 | 37 |
| Octal | 224 | 213 | 205 | 0 | 6 | 12 | 52 | 30 | 7 | 67 |
| Binary | 10010100 | 10001011 | 10000101 | 0 | 110 | 1010 | 101010 | 11000 | 111 | 110111 |
Color Harmonies of #948B85
Complementary color
Monochromatic Colors of #948B85
Black with #948B85
Text Example
Text Example
White with #948B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B85; }
p { color: rgb(148,139,133); }
H1.HeaderClassName
{
color: #948B85;
}
.AnyTagClassName
{
color: #948B85;
}
</style>
background-color css
<style>
a { background-color: #948B85; }
a { background-color: rgb(148,139,133); }
div.DivClassName
{
background-color: #948B85;
}
.BgClassName
{
background-color: #948B85;
}
</style>
border-color css
<style>
span { border-color: #948B85; }
span { border-color: rgb(148,139,133); }
td.TdClassName
{
border-color: #948B85;
}
.TagClassName
{
border-color: #948B85;
}
</style>