Shades of Almond Frost #948A84
Tints of Almond Frost #948A84
RGB
CMYK
RGB Variations
Color information
#948A84 (or 0x948A84) is known color: Almond Frost. HEX triplet: 94, 8A and 84. RGB value is (148,138,132). Sum of RGB (Red+Green+Blue) = 148+138+132=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #948A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A84 is #6B757B. Grayscale: #8C8C8C. Windows color (decimal): -7042428 or 8686228. OLE color: 8686228.
HSL color Cylindrical-coordinate representation of color #948A84: hue angle of 22.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948A84 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 132 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.42 |
| HSL | 22.5º | 0.07% | 0.55% | - |
| HSV(B) | 22.5º | 0.11% | 0.58% | - |
| XYZ | 25.47 | 26.14 | 25.53 | - |
| YUV | 140.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 132 | 0 | 0.07 | 0.11 | 0.42 | 22.5 | 0.07 | 0.55 |
| Hex | 94 | 8A | 84 | 0 | 7 | B | 2A | 16 | 7 | 37 |
| Octal | 224 | 212 | 204 | 0 | 7 | 13 | 52 | 26 | 7 | 67 |
| Binary | 10010100 | 10001010 | 10000100 | 0 | 111 | 1011 | 101010 | 10110 | 111 | 110111 |
Color Harmonies of #948A84
Complementary color
Monochromatic Colors of #948A84
Black with #948A84
Text Example
Text Example
White with #948A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A84; }
p { color: rgb(148,138,132); }
H1.HeaderClassName
{
color: #948A84;
}
.AnyTagClassName
{
color: #948A84;
}
</style>
background-color css
<style>
a { background-color: #948A84; }
a { background-color: rgb(148,138,132); }
div.DivClassName
{
background-color: #948A84;
}
.BgClassName
{
background-color: #948A84;
}
</style>
border-color css
<style>
span { border-color: #948A84; }
span { border-color: rgb(148,138,132); }
td.TdClassName
{
border-color: #948A84;
}
.TagClassName
{
border-color: #948A84;
}
</style>