Shades of Edward #A9ADAA
Tints of Edward #A9ADAA
RGB
CMYK
RGB Variations
Color information
#A9ADAA (or 0xA9ADAA) is known color: Edward. HEX triplet: A9, AD and AA. RGB value is (169,173,170). Sum of RGB (Red+Green+Blue) = 169+173+170=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 173 - color contains mainly: green. Hex color #A9ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ADAA is #565255. Grayscale: #ABABAB. Windows color (decimal): -5657174 or 11185577. OLE color: 11185577.
HSL color Cylindrical-coordinate representation of color #A9ADAA: hue angle of 135º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A9ADAA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 169 | 173 | 170 | - |
CMYK | 0.02 | 0 | 0.02 | 0.32 |
HSL | 135º | 0.02% | 0.67% | - |
HSV(B) | 135º | 0.02% | 0.68% | - |
XYZ | 38.56 | 41.22 | 43.95 | - |
YUV | 171.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 173 | 170 | 0.02 | 0 | 0.02 | 0.32 | 135 | 0.02 | 0.67 |
Hex | A9 | AD | AA | 2 | 0 | 2 | 20 | 87 | 2 | 43 |
Octal | 251 | 255 | 252 | 2 | 0 | 2 | 40 | 207 | 2 | 103 |
Binary | 10101001 | 10101101 | 10101010 | 10 | 0 | 10 | 100000 | 10000111 | 10 | 1000011 |
Color Harmonies of #A9ADAA
Complementary color
Monochromatic Colors of #A9ADAA
Black with #A9ADAA
Text Example
Text Example
White with #A9ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADAA; }
p { color: rgb(169,173,170); }
H1.HeaderClassName
{
color: #A9ADAA;
}
.AnyTagClassName
{
color: #A9ADAA;
}
</style>
background-color css
<style>
a { background-color: #A9ADAA; }
a { background-color: rgb(169,173,170); }
div.DivClassName
{
background-color: #A9ADAA;
}
.BgClassName
{
background-color: #A9ADAA;
}
</style>
border-color css
<style>
span { border-color: #A9ADAA; }
span { border-color: rgb(169,173,170); }
td.TdClassName
{
border-color: #A9ADAA;
}
.TagClassName
{
border-color: #A9ADAA;
}
</style>