Shades of Almond Frost #91867E
Tints of Almond Frost #91867E
RGB
CMYK
RGB Variations
Color information
#91867E (or 0x91867E) is known color: Almond Frost. HEX triplet: 91, 86 and 7E. RGB value is (145,134,126). Sum of RGB (Red+Green+Blue) = 145+134+126=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #91867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91867E is #6E7981. Grayscale: #888888. Windows color (decimal): -7240066 or 8291985. OLE color: 8291985.
HSL color Cylindrical-coordinate representation of color #91867E: hue angle of 25.26º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91867E is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 126 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.43 |
| HSL | 25.26º | 0.08% | 0.53% | - |
| HSV(B) | 25.26º | 0.13% | 0.57% | - |
| XYZ | 23.97 | 24.58 | 23.22 | - |
| YUV | 136.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 126 | 0 | 0.08 | 0.13 | 0.43 | 25.26 | 0.08 | 0.53 |
| Hex | 91 | 86 | 7E | 0 | 8 | D | 2B | 19 | 8 | 35 |
| Octal | 221 | 206 | 176 | 0 | 10 | 15 | 53 | 31 | 10 | 65 |
| Binary | 10010001 | 10000110 | 1111110 | 0 | 1000 | 1101 | 101011 | 11001 | 1000 | 110101 |
Color Harmonies of #91867E
Complementary color
Monochromatic Colors of #91867E
Black with #91867E
Text Example
Text Example
White with #91867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91867E; }
p { color: rgb(145,134,126); }
H1.HeaderClassName
{
color: #91867E;
}
.AnyTagClassName
{
color: #91867E;
}
</style>
background-color css
<style>
a { background-color: #91867E; }
a { background-color: rgb(145,134,126); }
div.DivClassName
{
background-color: #91867E;
}
.BgClassName
{
background-color: #91867E;
}
</style>
border-color css
<style>
span { border-color: #91867E; }
span { border-color: rgb(145,134,126); }
td.TdClassName
{
border-color: #91867E;
}
.TagClassName
{
border-color: #91867E;
}
</style>