Shades of Edward #A1AAA2
Tints of Edward #A1AAA2
RGB
CMYK
RGB Variations
Color information
#A1AAA2 (or 0xA1AAA2) is known color: Edward. HEX triplet: A1, AA and A2. RGB value is (161,170,162). Sum of RGB (Red+Green+Blue) = 161+170+162=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAA2 is #5E555D. Grayscale: #A6A6A6. Windows color (decimal): -6182238 or 10660513. OLE color: 10660513.
HSL color Cylindrical-coordinate representation of color #A1AAA2: hue angle of 126.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1AAA2 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 162 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.33 |
| HSL | 126.67º | 0.05% | 0.65% | - |
| HSV(B) | 126.67º | 0.05% | 0.67% | - |
| XYZ | 35.59 | 38.94 | 39.82 | - |
| YUV | 166.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 162 | 0.05 | 0 | 0.05 | 0.33 | 126.67 | 0.05 | 0.65 |
| Hex | A1 | AA | A2 | 5 | 0 | 5 | 21 | 7F | 5 | 41 |
| Octal | 241 | 252 | 242 | 5 | 0 | 5 | 41 | 177 | 5 | 101 |
| Binary | 10100001 | 10101010 | 10100010 | 101 | 0 | 101 | 100001 | 1111111 | 101 | 1000001 |
Color Harmonies of #A1AAA2
Complementary color
Monochromatic Colors of #A1AAA2
Black with #A1AAA2
Text Example
Text Example
White with #A1AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAA2; }
p { color: rgb(161,170,162); }
H1.HeaderClassName
{
color: #A1AAA2;
}
.AnyTagClassName
{
color: #A1AAA2;
}
</style>
background-color css
<style>
a { background-color: #A1AAA2; }
a { background-color: rgb(161,170,162); }
div.DivClassName
{
background-color: #A1AAA2;
}
.BgClassName
{
background-color: #A1AAA2;
}
</style>
border-color css
<style>
span { border-color: #A1AAA2; }
span { border-color: rgb(161,170,162); }
td.TdClassName
{
border-color: #A1AAA2;
}
.TagClassName
{
border-color: #A1AAA2;
}
</style>