Shades of Almond Frost #968A81
Tints of Almond Frost #968A81
RGB
CMYK
RGB Variations
Color information
#968A81 (or 0x968A81) is known color: Almond Frost. HEX triplet: 96, 8A and 81. RGB value is (150,138,129). Sum of RGB (Red+Green+Blue) = 150+138+129=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A81 is #69757E. Grayscale: #8C8C8C. Windows color (decimal): -6911359 or 8489622. OLE color: 8489622.
HSL color Cylindrical-coordinate representation of color #968A81: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968A81 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 129 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.41 |
| HSL | 25.71º | 0.09% | 0.55% | - |
| HSV(B) | 25.71º | 0.14% | 0.59% | - |
| XYZ | 25.63 | 26.25 | 24.48 | - |
| YUV | 140.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 129 | 0 | 0.08 | 0.14 | 0.41 | 25.71 | 0.09 | 0.55 |
| Hex | 96 | 8A | 81 | 0 | 8 | E | 29 | 1A | 9 | 37 |
| Octal | 226 | 212 | 201 | 0 | 10 | 16 | 51 | 32 | 11 | 67 |
| Binary | 10010110 | 10001010 | 10000001 | 0 | 1000 | 1110 | 101001 | 11010 | 1001 | 110111 |
Color Harmonies of #968A81
Complementary color
Monochromatic Colors of #968A81
Black with #968A81
Text Example
Text Example
White with #968A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A81; }
p { color: rgb(150,138,129); }
H1.HeaderClassName
{
color: #968A81;
}
.AnyTagClassName
{
color: #968A81;
}
</style>
background-color css
<style>
a { background-color: #968A81; }
a { background-color: rgb(150,138,129); }
div.DivClassName
{
background-color: #968A81;
}
.BgClassName
{
background-color: #968A81;
}
</style>
border-color css
<style>
span { border-color: #968A81; }
span { border-color: rgb(150,138,129); }
td.TdClassName
{
border-color: #968A81;
}
.TagClassName
{
border-color: #968A81;
}
</style>