Shades of Edward #A0AAA2
Tints of Edward #A0AAA2
RGB
CMYK
RGB Variations
Color information
#A0AAA2 (or 0xA0AAA2) is known color: Edward. HEX triplet: A0, AA and A2. RGB value is (160,170,162). Sum of RGB (Red+Green+Blue) = 160+170+162=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAA2 is #5F555D. Grayscale: #A6A6A6. Windows color (decimal): -6247774 or 10660512. OLE color: 10660512.
HSL color Cylindrical-coordinate representation of color #A0AAA2: hue angle of 132º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0AAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 160 | 170 | 162 | - |
CMYK | 0.06 | 0 | 0.05 | 0.33 |
HSL | 132º | 0.06% | 0.65% | - |
HSV(B) | 132º | 0.06% | 0.67% | - |
XYZ | 35.39 | 38.83 | 39.81 | - |
YUV | 166.1 | 125.69 | 123.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 170 | 162 | 0.06 | 0 | 0.05 | 0.33 | 132 | 0.06 | 0.65 |
Hex | A0 | AA | A2 | 6 | 0 | 5 | 21 | 84 | 6 | 41 |
Octal | 240 | 252 | 242 | 6 | 0 | 5 | 41 | 204 | 6 | 101 |
Binary | 10100000 | 10101010 | 10100010 | 110 | 0 | 101 | 100001 | 10000100 | 110 | 1000001 |
Color Harmonies of #A0AAA2
Complementary color
Monochromatic Colors of #A0AAA2
Black with #A0AAA2
Text Example
Text Example
White with #A0AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAA2; }
p { color: rgb(160,170,162); }
H1.HeaderClassName
{
color: #A0AAA2;
}
.AnyTagClassName
{
color: #A0AAA2;
}
</style>
background-color css
<style>
a { background-color: #A0AAA2; }
a { background-color: rgb(160,170,162); }
div.DivClassName
{
background-color: #A0AAA2;
}
.BgClassName
{
background-color: #A0AAA2;
}
</style>
border-color css
<style>
span { border-color: #A0AAA2; }
span { border-color: rgb(160,170,162); }
td.TdClassName
{
border-color: #A0AAA2;
}
.TagClassName
{
border-color: #A0AAA2;
}
</style>