Shades of Edward #A0A9A1
Tints of Edward #A0A9A1
RGB
CMYK
RGB Variations
Color information
#A0A9A1 (or 0xA0A9A1) is known color: Edward. HEX triplet: A0, A9 and A1. RGB value is (160,169,161). Sum of RGB (Red+Green+Blue) = 160+169+161=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A9A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A9A1 is #5F565E. Grayscale: #A5A5A5. Windows color (decimal): -6248031 or 10594720. OLE color: 10594720.
HSL color Cylindrical-coordinate representation of color #A0A9A1: hue angle of 126.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A0A9A1 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 161 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.34 |
| HSL | 126.67º | 0.05% | 0.65% | - |
| HSV(B) | 126.67º | 0.05% | 0.66% | - |
| XYZ | 35.12 | 38.42 | 39.28 | - |
| YUV | 165.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 161 | 0.05 | 0 | 0.05 | 0.34 | 126.67 | 0.05 | 0.65 |
| Hex | A0 | A9 | A1 | 5 | 0 | 5 | 22 | 7F | 5 | 41 |
| Octal | 240 | 251 | 241 | 5 | 0 | 5 | 42 | 177 | 5 | 101 |
| Binary | 10100000 | 10101001 | 10100001 | 101 | 0 | 101 | 100010 | 1111111 | 101 | 1000001 |
Color Harmonies of #A0A9A1
Complementary color
Monochromatic Colors of #A0A9A1
Black with #A0A9A1
Text Example
Text Example
White with #A0A9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A9A1; }
p { color: rgb(160,169,161); }
H1.HeaderClassName
{
color: #A0A9A1;
}
.AnyTagClassName
{
color: #A0A9A1;
}
</style>
background-color css
<style>
a { background-color: #A0A9A1; }
a { background-color: rgb(160,169,161); }
div.DivClassName
{
background-color: #A0A9A1;
}
.BgClassName
{
background-color: #A0A9A1;
}
</style>
border-color css
<style>
span { border-color: #A0A9A1; }
span { border-color: rgb(160,169,161); }
td.TdClassName
{
border-color: #A0A9A1;
}
.TagClassName
{
border-color: #A0A9A1;
}
</style>