Shades of Edward #92A095
Tints of Edward #92A095
RGB
CMYK
RGB Variations
Color information
#92A095 (or 0x92A095) is known color: Edward. HEX triplet: 92, A0 and 95. RGB value is (146,160,149). Sum of RGB (Red+Green+Blue) = 146+160+149=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 160 - color contains mainly: green. Hex color #92A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A095 is #6D5F6A. Grayscale: #9A9A9A. Windows color (decimal): -7167851 or 9805970. OLE color: 9805970.
HSL color Cylindrical-coordinate representation of color #92A095: hue angle of 132.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92A095 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 149 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.37 |
| HSL | 132.86º | 0.07% | 0.6% | - |
| HSV(B) | 132.86º | 0.09% | 0.63% | - |
| XYZ | 29.85 | 33.42 | 33.31 | - |
| YUV | 154.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 149 | 0.09 | 0 | 0.07 | 0.37 | 132.86 | 0.07 | 0.6 |
| Hex | 92 | A0 | 95 | 9 | 0 | 7 | 25 | 85 | 7 | 3C |
| Octal | 222 | 240 | 225 | 11 | 0 | 7 | 45 | 205 | 7 | 74 |
| Binary | 10010010 | 10100000 | 10010101 | 1001 | 0 | 111 | 100101 | 10000101 | 111 | 111100 |
Color Harmonies of #92A095
Complementary color
Monochromatic Colors of #92A095
Black with #92A095
Text Example
Text Example
White with #92A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A095; }
p { color: rgb(146,160,149); }
H1.HeaderClassName
{
color: #92A095;
}
.AnyTagClassName
{
color: #92A095;
}
</style>
background-color css
<style>
a { background-color: #92A095; }
a { background-color: rgb(146,160,149); }
div.DivClassName
{
background-color: #92A095;
}
.BgClassName
{
background-color: #92A095;
}
</style>
border-color css
<style>
span { border-color: #92A095; }
span { border-color: rgb(146,160,149); }
td.TdClassName
{
border-color: #92A095;
}
.TagClassName
{
border-color: #92A095;
}
</style>