Shades of Edward #92A49A
Tints of Edward #92A49A
RGB
CMYK
RGB Variations
Color information
#92A49A (or 0x92A49A) is known color: Edward. HEX triplet: 92, A4 and 9A. RGB value is (146,164,154). Sum of RGB (Red+Green+Blue) = 146+164+154=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #92A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A49A is #6D5B65. Grayscale: #9D9D9D. Windows color (decimal): -7166822 or 10134674. OLE color: 10134674.
HSL color Cylindrical-coordinate representation of color #92A49A: hue angle of 146.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92A49A is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 164 | 154 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.36 |
| HSL | 146.67º | 0.09% | 0.61% | - |
| HSV(B) | 146.67º | 0.11% | 0.64% | - |
| XYZ | 30.96 | 35 | 35.69 | - |
| YUV | 157.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 154 | 0.11 | 0 | 0.06 | 0.36 | 146.67 | 0.09 | 0.61 |
| Hex | 92 | A4 | 9A | B | 0 | 6 | 24 | 93 | 9 | 3D |
| Octal | 222 | 244 | 232 | 13 | 0 | 6 | 44 | 223 | 11 | 75 |
| Binary | 10010010 | 10100100 | 10011010 | 1011 | 0 | 110 | 100100 | 10010011 | 1001 | 111101 |
Color Harmonies of #92A49A
Complementary color
Monochromatic Colors of #92A49A
Black with #92A49A
Text Example
Text Example
White with #92A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A49A; }
p { color: rgb(146,164,154); }
H1.HeaderClassName
{
color: #92A49A;
}
.AnyTagClassName
{
color: #92A49A;
}
</style>
background-color css
<style>
a { background-color: #92A49A; }
a { background-color: rgb(146,164,154); }
div.DivClassName
{
background-color: #92A49A;
}
.BgClassName
{
background-color: #92A49A;
}
</style>
border-color css
<style>
span { border-color: #92A49A; }
span { border-color: rgb(146,164,154); }
td.TdClassName
{
border-color: #92A49A;
}
.TagClassName
{
border-color: #92A49A;
}
</style>