Shades of Almond Frost #94857A
Tints of Almond Frost #94857A
RGB
CMYK
RGB Variations
Color information
#94857A (or 0x94857A) is known color: Almond Frost. HEX triplet: 94, 85 and 7A. RGB value is (148,133,122). Sum of RGB (Red+Green+Blue) = 148+133+122=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94857A is #6B7A85. Grayscale: #888888. Windows color (decimal): -7043718 or 8029588. OLE color: 8029588.
HSL color Cylindrical-coordinate representation of color #94857A: hue angle of 25.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94857A is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 122 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.42 |
| HSL | 25.38º | 0.11% | 0.53% | - |
| HSV(B) | 25.38º | 0.18% | 0.58% | - |
| XYZ | 24.11 | 24.48 | 21.87 | - |
| YUV | 136.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 122 | 0 | 0.10 | 0.18 | 0.42 | 25.38 | 0.11 | 0.53 |
| Hex | 94 | 85 | 7A | 0 | A | 12 | 2A | 19 | B | 35 |
| Octal | 224 | 205 | 172 | 0 | 12 | 22 | 52 | 31 | 13 | 65 |
| Binary | 10010100 | 10000101 | 1111010 | 0 | 1010 | 10010 | 101010 | 11001 | 1011 | 110101 |
Color Harmonies of #94857A
Complementary color
Monochromatic Colors of #94857A
Black with #94857A
Text Example
Text Example
White with #94857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94857A; }
p { color: rgb(148,133,122); }
H1.HeaderClassName
{
color: #94857A;
}
.AnyTagClassName
{
color: #94857A;
}
</style>
background-color css
<style>
a { background-color: #94857A; }
a { background-color: rgb(148,133,122); }
div.DivClassName
{
background-color: #94857A;
}
.BgClassName
{
background-color: #94857A;
}
</style>
border-color css
<style>
span { border-color: #94857A; }
span { border-color: rgb(148,133,122); }
td.TdClassName
{
border-color: #94857A;
}
.TagClassName
{
border-color: #94857A;
}
</style>