Shades of Edward #A3B5A6
Tints of Edward #A3B5A6
RGB
CMYK
RGB Variations
Color information
#A3B5A6 (or 0xA3B5A6) is known color: Edward. HEX triplet: A3, B5 and A6. RGB value is (163,181,166). Sum of RGB (Red+Green+Blue) = 163+181+166=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B5A6 is #5C4A59. Grayscale: #ADADAD. Windows color (decimal): -6048346 or 10925475. OLE color: 10925475.
HSL color Cylindrical-coordinate representation of color #A3B5A6: hue angle of 130º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3B5A6 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 166 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.29 |
| HSL | 130º | 0.11% | 0.67% | - |
| HSV(B) | 130º | 0.1% | 0.71% | - |
| XYZ | 38.51 | 43.59 | 42.46 | - |
| YUV | 173.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 166 | 0.10 | 0 | 0.08 | 0.29 | 130 | 0.11 | 0.67 |
| Hex | A3 | B5 | A6 | A | 0 | 8 | 1D | 82 | B | 43 |
| Octal | 243 | 265 | 246 | 12 | 0 | 10 | 35 | 202 | 13 | 103 |
| Binary | 10100011 | 10110101 | 10100110 | 1010 | 0 | 1000 | 11101 | 10000010 | 1011 | 1000011 |
Color Harmonies of #A3B5A6
Complementary color
Monochromatic Colors of #A3B5A6
Black with #A3B5A6
Text Example
Text Example
White with #A3B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B5A6; }
p { color: rgb(163,181,166); }
H1.HeaderClassName
{
color: #A3B5A6;
}
.AnyTagClassName
{
color: #A3B5A6;
}
</style>
background-color css
<style>
a { background-color: #A3B5A6; }
a { background-color: rgb(163,181,166); }
div.DivClassName
{
background-color: #A3B5A6;
}
.BgClassName
{
background-color: #A3B5A6;
}
</style>
border-color css
<style>
span { border-color: #A3B5A6; }
span { border-color: rgb(163,181,166); }
td.TdClassName
{
border-color: #A3B5A6;
}
.TagClassName
{
border-color: #A3B5A6;
}
</style>