Shades of Almond Frost #958B82
Tints of Almond Frost #958B82
RGB
CMYK
RGB Variations
Color information
#958B82 (or 0x958B82) is known color: Almond Frost. HEX triplet: 95, 8B and 82. RGB value is (149,139,130). Sum of RGB (Red+Green+Blue) = 149+139+130=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B82 is #6A747D. Grayscale: #8D8D8D. Windows color (decimal): -6976638 or 8555413. OLE color: 8555413.
HSL color Cylindrical-coordinate representation of color #958B82: hue angle of 28.42º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958B82 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 130 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.42 |
| HSL | 28.42º | 0.08% | 0.55% | - |
| HSV(B) | 28.42º | 0.13% | 0.58% | - |
| XYZ | 25.66 | 26.47 | 24.88 | - |
| YUV | 140.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 130 | 0 | 0.07 | 0.13 | 0.42 | 28.42 | 0.08 | 0.55 |
| Hex | 95 | 8B | 82 | 0 | 7 | D | 2A | 1C | 8 | 37 |
| Octal | 225 | 213 | 202 | 0 | 7 | 15 | 52 | 34 | 10 | 67 |
| Binary | 10010101 | 10001011 | 10000010 | 0 | 111 | 1101 | 101010 | 11100 | 1000 | 110111 |
Color Harmonies of #958B82
Complementary color
Monochromatic Colors of #958B82
Black with #958B82
Text Example
Text Example
White with #958B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B82; }
p { color: rgb(149,139,130); }
H1.HeaderClassName
{
color: #958B82;
}
.AnyTagClassName
{
color: #958B82;
}
</style>
background-color css
<style>
a { background-color: #958B82; }
a { background-color: rgb(149,139,130); }
div.DivClassName
{
background-color: #958B82;
}
.BgClassName
{
background-color: #958B82;
}
</style>
border-color css
<style>
span { border-color: #958B82; }
span { border-color: rgb(149,139,130); }
td.TdClassName
{
border-color: #958B82;
}
.TagClassName
{
border-color: #958B82;
}
</style>