Shades of Edward #A5ADA6
Tints of Edward #A5ADA6
RGB
CMYK
RGB Variations
Color information
#A5ADA6 (or 0xA5ADA6) is known color: Edward. HEX triplet: A5, AD and A6. RGB value is (165,173,166). Sum of RGB (Red+Green+Blue) = 165+173+166=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #A5ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADA6 is #5A5259. Grayscale: #A9A9A9. Windows color (decimal): -5919322 or 10923429. OLE color: 10923429.
HSL color Cylindrical-coordinate representation of color #A5ADA6: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5ADA6 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 166 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.32 |
| HSL | 127.5º | 0.05% | 0.66% | - |
| HSV(B) | 127.5º | 0.05% | 0.68% | - |
| XYZ | 37.34 | 40.64 | 41.95 | - |
| YUV | 169.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 166 | 0.05 | 0 | 0.04 | 0.32 | 127.5 | 0.05 | 0.66 |
| Hex | A5 | AD | A6 | 5 | 0 | 4 | 20 | 80 | 5 | 42 |
| Octal | 245 | 255 | 246 | 5 | 0 | 4 | 40 | 200 | 5 | 102 |
| Binary | 10100101 | 10101101 | 10100110 | 101 | 0 | 100 | 100000 | 10000000 | 101 | 1000010 |
Color Harmonies of #A5ADA6
Complementary color
Monochromatic Colors of #A5ADA6
Black with #A5ADA6
Text Example
Text Example
White with #A5ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADA6; }
p { color: rgb(165,173,166); }
H1.HeaderClassName
{
color: #A5ADA6;
}
.AnyTagClassName
{
color: #A5ADA6;
}
</style>
background-color css
<style>
a { background-color: #A5ADA6; }
a { background-color: rgb(165,173,166); }
div.DivClassName
{
background-color: #A5ADA6;
}
.BgClassName
{
background-color: #A5ADA6;
}
</style>
border-color css
<style>
span { border-color: #A5ADA6; }
span { border-color: rgb(165,173,166); }
td.TdClassName
{
border-color: #A5ADA6;
}
.TagClassName
{
border-color: #A5ADA6;
}
</style>