Shades of Edward #92AA9A
Tints of Edward #92AA9A
RGB
CMYK
RGB Variations
Color information
#92AA9A (or 0x92AA9A) is known color: Edward. HEX triplet: 92, AA and 9A. RGB value is (146,170,154). Sum of RGB (Red+Green+Blue) = 146+170+154=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AA9A is #6D5565. Grayscale: #A1A1A1. Windows color (decimal): -7165286 or 10136210. OLE color: 10136210.
HSL color Cylindrical-coordinate representation of color #92AA9A: hue angle of 140º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92AA9A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 154 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.33 |
| HSL | 140º | 0.12% | 0.62% | - |
| HSV(B) | 140º | 0.14% | 0.67% | - |
| XYZ | 32.06 | 37.19 | 36.06 | - |
| YUV | 161 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 154 | 0.14 | 0 | 0.09 | 0.33 | 140 | 0.12 | 0.62 |
| Hex | 92 | AA | 9A | E | 0 | 9 | 21 | 8C | C | 3E |
| Octal | 222 | 252 | 232 | 16 | 0 | 11 | 41 | 214 | 14 | 76 |
| Binary | 10010010 | 10101010 | 10011010 | 1110 | 0 | 1001 | 100001 | 10001100 | 1100 | 111110 |
Color Harmonies of #92AA9A
Complementary color
Monochromatic Colors of #92AA9A
Black with #92AA9A
Text Example
Text Example
White with #92AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA9A; }
p { color: rgb(146,170,154); }
H1.HeaderClassName
{
color: #92AA9A;
}
.AnyTagClassName
{
color: #92AA9A;
}
</style>
background-color css
<style>
a { background-color: #92AA9A; }
a { background-color: rgb(146,170,154); }
div.DivClassName
{
background-color: #92AA9A;
}
.BgClassName
{
background-color: #92AA9A;
}
</style>
border-color css
<style>
span { border-color: #92AA9A; }
span { border-color: rgb(146,170,154); }
td.TdClassName
{
border-color: #92AA9A;
}
.TagClassName
{
border-color: #92AA9A;
}
</style>