Shades of Almond Frost #968A80
Tints of Almond Frost #968A80
RGB
CMYK
RGB Variations
Color information
#968A80 (or 0x968A80) is known color: Almond Frost. HEX triplet: 96, 8A and 80. RGB value is (150,138,128). Sum of RGB (Red+Green+Blue) = 150+138+128=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A80 is #69757F. Grayscale: #8C8C8C. Windows color (decimal): -6911360 or 8424086. OLE color: 8424086.
HSL color Cylindrical-coordinate representation of color #968A80: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968A80 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 128 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.41 |
| HSL | 27.27º | 0.09% | 0.55% | - |
| HSV(B) | 27.27º | 0.15% | 0.59% | - |
| XYZ | 25.56 | 26.22 | 24.14 | - |
| YUV | 140.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 128 | 0 | 0.08 | 0.15 | 0.41 | 27.27 | 0.09 | 0.55 |
| Hex | 96 | 8A | 80 | 0 | 8 | F | 29 | 1B | 9 | 37 |
| Octal | 226 | 212 | 200 | 0 | 10 | 17 | 51 | 33 | 11 | 67 |
| Binary | 10010110 | 10001010 | 10000000 | 0 | 1000 | 1111 | 101001 | 11011 | 1001 | 110111 |
Color Harmonies of #968A80
Complementary color
Monochromatic Colors of #968A80
Black with #968A80
Text Example
Text Example
White with #968A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A80; }
p { color: rgb(150,138,128); }
H1.HeaderClassName
{
color: #968A80;
}
.AnyTagClassName
{
color: #968A80;
}
</style>
background-color css
<style>
a { background-color: #968A80; }
a { background-color: rgb(150,138,128); }
div.DivClassName
{
background-color: #968A80;
}
.BgClassName
{
background-color: #968A80;
}
</style>
border-color css
<style>
span { border-color: #968A80; }
span { border-color: rgb(150,138,128); }
td.TdClassName
{
border-color: #968A80;
}
.TagClassName
{
border-color: #968A80;
}
</style>