Shades of Edward #A3ADA5
Tints of Edward #A3ADA5
RGB
CMYK
RGB Variations
Color information
#A3ADA5 (or 0xA3ADA5) is known color: Edward. HEX triplet: A3, AD and A5. RGB value is (163,173,165). Sum of RGB (Red+Green+Blue) = 163+173+165=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #A3ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ADA5 is #5C525A. Grayscale: #A9A9A9. Windows color (decimal): -6050395 or 10857891. OLE color: 10857891.
HSL color Cylindrical-coordinate representation of color #A3ADA5: hue angle of 132º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3ADA5 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 165 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.32 |
| HSL | 132º | 0.06% | 0.66% | - |
| HSV(B) | 132º | 0.06% | 0.68% | - |
| XYZ | 36.84 | 40.39 | 41.45 | - |
| YUV | 169.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 165 | 0.06 | 0 | 0.05 | 0.32 | 132 | 0.06 | 0.66 |
| Hex | A3 | AD | A5 | 6 | 0 | 5 | 20 | 84 | 6 | 42 |
| Octal | 243 | 255 | 245 | 6 | 0 | 5 | 40 | 204 | 6 | 102 |
| Binary | 10100011 | 10101101 | 10100101 | 110 | 0 | 101 | 100000 | 10000100 | 110 | 1000010 |
Color Harmonies of #A3ADA5
Complementary color
Monochromatic Colors of #A3ADA5
Black with #A3ADA5
Text Example
Text Example
White with #A3ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADA5; }
p { color: rgb(163,173,165); }
H1.HeaderClassName
{
color: #A3ADA5;
}
.AnyTagClassName
{
color: #A3ADA5;
}
</style>
background-color css
<style>
a { background-color: #A3ADA5; }
a { background-color: rgb(163,173,165); }
div.DivClassName
{
background-color: #A3ADA5;
}
.BgClassName
{
background-color: #A3ADA5;
}
</style>
border-color css
<style>
span { border-color: #A3ADA5; }
span { border-color: rgb(163,173,165); }
td.TdClassName
{
border-color: #A3ADA5;
}
.TagClassName
{
border-color: #A3ADA5;
}
</style>