Shades of Almond Frost #908882
Tints of Almond Frost #908882
RGB
CMYK
RGB Variations
Color information
#908882 (or 0x908882) is known color: Almond Frost. HEX triplet: 90, 88 and 82. RGB value is (144,136,130). Sum of RGB (Red+Green+Blue) = 144+136+130=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908882 is #6F777D. Grayscale: #898989. Windows color (decimal): -7305086 or 8554640. OLE color: 8554640.
HSL color Cylindrical-coordinate representation of color #908882: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908882 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 130 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.44 |
| HSL | 25.71º | 0.06% | 0.54% | - |
| HSV(B) | 25.71º | 0.1% | 0.56% | - |
| XYZ | 24.34 | 25.15 | 24.69 | - |
| YUV | 137.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 130 | 0 | 0.06 | 0.10 | 0.44 | 25.71 | 0.06 | 0.54 |
| Hex | 90 | 88 | 82 | 0 | 6 | A | 2C | 1A | 6 | 36 |
| Octal | 220 | 210 | 202 | 0 | 6 | 12 | 54 | 32 | 6 | 66 |
| Binary | 10010000 | 10001000 | 10000010 | 0 | 110 | 1010 | 101100 | 11010 | 110 | 110110 |
Color Harmonies of #908882
Complementary color
Monochromatic Colors of #908882
Black with #908882
Text Example
Text Example
White with #908882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908882; }
p { color: rgb(144,136,130); }
H1.HeaderClassName
{
color: #908882;
}
.AnyTagClassName
{
color: #908882;
}
</style>
background-color css
<style>
a { background-color: #908882; }
a { background-color: rgb(144,136,130); }
div.DivClassName
{
background-color: #908882;
}
.BgClassName
{
background-color: #908882;
}
</style>
border-color css
<style>
span { border-color: #908882; }
span { border-color: rgb(144,136,130); }
td.TdClassName
{
border-color: #908882;
}
.TagClassName
{
border-color: #908882;
}
</style>