Shades of Edward #A6A9A6
Tints of Edward #A6A9A6
RGB
CMYK
RGB Variations
Color information
#A6A9A6 (or 0xA6A9A6) is known color: Edward. HEX triplet: A6, A9 and A6. RGB value is (166,169,166). Sum of RGB (Red+Green+Blue) = 166+169+166=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A9A6 is #595659. Grayscale: #A7A7A7. Windows color (decimal): -5854810 or 10922406. OLE color: 10922406.
HSL color Cylindrical-coordinate representation of color #A6A9A6: hue angle of 120º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A6A9A6 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
RGB | 166 | 169 | 166 | - |
CMYK | 0.02 | 0 | 0.02 | 0.34 |
HSL | 120º | 0.02% | 0.66% | - |
HSV(B) | 120º | 0.02% | 0.66% | - |
XYZ | 36.8 | 39.24 | 41.71 | - |
YUV | 167.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 169 | 166 | 0.02 | 0 | 0.02 | 0.34 | 120 | 0.02 | 0.66 |
Hex | A6 | A9 | A6 | 2 | 0 | 2 | 22 | 78 | 2 | 42 |
Octal | 246 | 251 | 246 | 2 | 0 | 2 | 42 | 170 | 2 | 102 |
Binary | 10100110 | 10101001 | 10100110 | 10 | 0 | 10 | 100010 | 1111000 | 10 | 1000010 |
Color Harmonies of #A6A9A6
Complementary color
Monochromatic Colors of #A6A9A6
Black with #A6A9A6
Text Example
Text Example
White with #A6A9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A9A6; }
p { color: rgb(166,169,166); }
H1.HeaderClassName
{
color: #A6A9A6;
}
.AnyTagClassName
{
color: #A6A9A6;
}
</style>
background-color css
<style>
a { background-color: #A6A9A6; }
a { background-color: rgb(166,169,166); }
div.DivClassName
{
background-color: #A6A9A6;
}
.BgClassName
{
background-color: #A6A9A6;
}
</style>
border-color css
<style>
span { border-color: #A6A9A6; }
span { border-color: rgb(166,169,166); }
td.TdClassName
{
border-color: #A6A9A6;
}
.TagClassName
{
border-color: #A6A9A6;
}
</style>