Shades of Edward #A0ADA3
Tints of Edward #A0ADA3
RGB
CMYK
RGB Variations
Color information
#A0ADA3 (or 0xA0ADA3) is known color: Edward. HEX triplet: A0, AD and A3. RGB value is (160,173,163). Sum of RGB (Red+Green+Blue) = 160+173+163=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADA3 is #5F525C. Grayscale: #A8A8A8. Windows color (decimal): -6247005 or 10726816. OLE color: 10726816.
HSL color Cylindrical-coordinate representation of color #A0ADA3: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0ADA3 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 163 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.32 |
| HSL | 133.85º | 0.07% | 0.65% | - |
| HSV(B) | 133.85º | 0.08% | 0.68% | - |
| XYZ | 36.05 | 40.01 | 40.47 | - |
| YUV | 167.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 163 | 0.08 | 0 | 0.06 | 0.32 | 133.85 | 0.07 | 0.65 |
| Hex | A0 | AD | A3 | 8 | 0 | 6 | 20 | 86 | 7 | 41 |
| Octal | 240 | 255 | 243 | 10 | 0 | 6 | 40 | 206 | 7 | 101 |
| Binary | 10100000 | 10101101 | 10100011 | 1000 | 0 | 110 | 100000 | 10000110 | 111 | 1000001 |
Color Harmonies of #A0ADA3
Complementary color
Monochromatic Colors of #A0ADA3
Black with #A0ADA3
Text Example
Text Example
White with #A0ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADA3; }
p { color: rgb(160,173,163); }
H1.HeaderClassName
{
color: #A0ADA3;
}
.AnyTagClassName
{
color: #A0ADA3;
}
</style>
background-color css
<style>
a { background-color: #A0ADA3; }
a { background-color: rgb(160,173,163); }
div.DivClassName
{
background-color: #A0ADA3;
}
.BgClassName
{
background-color: #A0ADA3;
}
</style>
border-color css
<style>
span { border-color: #A0ADA3; }
span { border-color: rgb(160,173,163); }
td.TdClassName
{
border-color: #A0ADA3;
}
.TagClassName
{
border-color: #A0ADA3;
}
</style>