Shades of Edward #AAAEAB
Tints of Edward #AAAEAB
RGB
CMYK
RGB Variations
Color information
#AAAEAB (or 0xAAAEAB) is known color: Edward. HEX triplet: AA, AE and AB. RGB value is (170,174,171). Sum of RGB (Red+Green+Blue) = 170+174+171=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEAB is #555154. Grayscale: #ACACAC. Windows color (decimal): -5591381 or 11251370. OLE color: 11251370.
HSL color Cylindrical-coordinate representation of color #AAAEAB: hue angle of 135º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAAEAB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 171 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.32 |
| HSL | 135º | 0.02% | 0.67% | - |
| HSV(B) | 135º | 0.02% | 0.68% | - |
| XYZ | 39.06 | 41.76 | 44.53 | - |
| YUV | 172.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 171 | 0.02 | 0 | 0.02 | 0.32 | 135 | 0.02 | 0.67 |
| Hex | AA | AE | AB | 2 | 0 | 2 | 20 | 87 | 2 | 43 |
| Octal | 252 | 256 | 253 | 2 | 0 | 2 | 40 | 207 | 2 | 103 |
| Binary | 10101010 | 10101110 | 10101011 | 10 | 0 | 10 | 100000 | 10000111 | 10 | 1000011 |
Color Harmonies of #AAAEAB
Complementary color
Monochromatic Colors of #AAAEAB
Black with #AAAEAB
Text Example
Text Example
White with #AAAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEAB; }
p { color: rgb(170,174,171); }
H1.HeaderClassName
{
color: #AAAEAB;
}
.AnyTagClassName
{
color: #AAAEAB;
}
</style>
background-color css
<style>
a { background-color: #AAAEAB; }
a { background-color: rgb(170,174,171); }
div.DivClassName
{
background-color: #AAAEAB;
}
.BgClassName
{
background-color: #AAAEAB;
}
</style>
border-color css
<style>
span { border-color: #AAAEAB; }
span { border-color: rgb(170,174,171); }
td.TdClassName
{
border-color: #AAAEAB;
}
.TagClassName
{
border-color: #AAAEAB;
}
</style>