Shades of Edward #A0A3A1
Tints of Edward #A0A3A1
RGB
CMYK
RGB Variations
Color information
#A0A3A1 (or 0xA0A3A1) is known color: Edward. HEX triplet: A0, A3 and A1. RGB value is (160,163,161). Sum of RGB (Red+Green+Blue) = 160+163+161=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A3A1 is #5F5C5E. Grayscale: #A1A1A1. Windows color (decimal): -6249567 or 10593184. OLE color: 10593184.
HSL color Cylindrical-coordinate representation of color #A0A3A1: hue angle of 140º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A0A3A1 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
RGB | 160 | 163 | 161 | - |
CMYK | 0.02 | 0 | 0.01 | 0.36 |
HSL | 140º | 0.02% | 0.63% | - |
HSV(B) | 140º | 0.02% | 0.64% | - |
XYZ | 34.03 | 36.24 | 38.92 | - |
YUV | 161.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 163 | 161 | 0.02 | 0 | 0.01 | 0.36 | 140 | 0.02 | 0.63 |
Hex | A0 | A3 | A1 | 2 | 0 | 1 | 24 | 8C | 2 | 3F |
Octal | 240 | 243 | 241 | 2 | 0 | 1 | 44 | 214 | 2 | 77 |
Binary | 10100000 | 10100011 | 10100001 | 10 | 0 | 1 | 100100 | 10001100 | 10 | 111111 |
Color Harmonies of #A0A3A1
Complementary color
Monochromatic Colors of #A0A3A1
Black with #A0A3A1
Text Example
Text Example
White with #A0A3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A3A1; }
p { color: rgb(160,163,161); }
H1.HeaderClassName
{
color: #A0A3A1;
}
.AnyTagClassName
{
color: #A0A3A1;
}
</style>
background-color css
<style>
a { background-color: #A0A3A1; }
a { background-color: rgb(160,163,161); }
div.DivClassName
{
background-color: #A0A3A1;
}
.BgClassName
{
background-color: #A0A3A1;
}
</style>
border-color css
<style>
span { border-color: #A0A3A1; }
span { border-color: rgb(160,163,161); }
td.TdClassName
{
border-color: #A0A3A1;
}
.TagClassName
{
border-color: #A0A3A1;
}
</style>