Shades of Almond Frost #92857E
Tints of Almond Frost #92857E
RGB
CMYK
RGB Variations
Color information
#92857E (or 0x92857E) is known color: Almond Frost. HEX triplet: 92, 85 and 7E. RGB value is (146,133,126). Sum of RGB (Red+Green+Blue) = 146+133+126=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #92857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92857E is #6D7A81. Grayscale: #888888. Windows color (decimal): -7174786 or 8291730. OLE color: 8291730.
HSL color Cylindrical-coordinate representation of color #92857E: hue angle of 21º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92857E is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 126 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.43 |
| HSL | 21º | 0.08% | 0.53% | - |
| HSV(B) | 21º | 0.14% | 0.57% | - |
| XYZ | 24.01 | 24.39 | 23.18 | - |
| YUV | 136.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 126 | 0 | 0.09 | 0.14 | 0.43 | 21 | 0.08 | 0.53 |
| Hex | 92 | 85 | 7E | 0 | 9 | E | 2B | 15 | 8 | 35 |
| Octal | 222 | 205 | 176 | 0 | 11 | 16 | 53 | 25 | 10 | 65 |
| Binary | 10010010 | 10000101 | 1111110 | 0 | 1001 | 1110 | 101011 | 10101 | 1000 | 110101 |
Color Harmonies of #92857E
Complementary color
Monochromatic Colors of #92857E
Black with #92857E
Text Example
Text Example
White with #92857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92857E; }
p { color: rgb(146,133,126); }
H1.HeaderClassName
{
color: #92857E;
}
.AnyTagClassName
{
color: #92857E;
}
</style>
background-color css
<style>
a { background-color: #92857E; }
a { background-color: rgb(146,133,126); }
div.DivClassName
{
background-color: #92857E;
}
.BgClassName
{
background-color: #92857E;
}
</style>
border-color css
<style>
span { border-color: #92857E; }
span { border-color: rgb(146,133,126); }
td.TdClassName
{
border-color: #92857E;
}
.TagClassName
{
border-color: #92857E;
}
</style>