Shades of Almond Frost #958A84
Tints of Almond Frost #958A84
RGB
CMYK
RGB Variations
Color information
#958A84 (or 0x958A84) is known color: Almond Frost. HEX triplet: 95, 8A and 84. RGB value is (149,138,132). Sum of RGB (Red+Green+Blue) = 149+138+132=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #958A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A84 is #6A757B. Grayscale: #8C8C8C. Windows color (decimal): -6976892 or 8686229. OLE color: 8686229.
HSL color Cylindrical-coordinate representation of color #958A84: hue angle of 21.18º 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 #958A84 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 132 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.42 |
| HSL | 21.18º | 0.07% | 0.55% | - |
| HSV(B) | 21.18º | 0.11% | 0.58% | - |
| XYZ | 25.65 | 26.23 | 25.54 | - |
| YUV | 140.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 132 | 0 | 0.07 | 0.11 | 0.42 | 21.18 | 0.07 | 0.55 |
| Hex | 95 | 8A | 84 | 0 | 7 | B | 2A | 15 | 7 | 37 |
| Octal | 225 | 212 | 204 | 0 | 7 | 13 | 52 | 25 | 7 | 67 |
| Binary | 10010101 | 10001010 | 10000100 | 0 | 111 | 1011 | 101010 | 10101 | 111 | 110111 |
Color Harmonies of #958A84
Complementary color
Monochromatic Colors of #958A84
Black with #958A84
Text Example
Text Example
White with #958A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A84; }
p { color: rgb(149,138,132); }
H1.HeaderClassName
{
color: #958A84;
}
.AnyTagClassName
{
color: #958A84;
}
</style>
background-color css
<style>
a { background-color: #958A84; }
a { background-color: rgb(149,138,132); }
div.DivClassName
{
background-color: #958A84;
}
.BgClassName
{
background-color: #958A84;
}
</style>
border-color css
<style>
span { border-color: #958A84; }
span { border-color: rgb(149,138,132); }
td.TdClassName
{
border-color: #958A84;
}
.TagClassName
{
border-color: #958A84;
}
</style>