Shades of Edward #A0B6A3
Tints of Edward #A0B6A3
RGB
CMYK
RGB Variations
Color information
#A0B6A3 (or 0xA0B6A3) is known color: Edward. HEX triplet: A0, B6 and A3. RGB value is (160,182,163). Sum of RGB (Red+Green+Blue) = 160+182+163=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B6A3 is #5F495C. Grayscale: #ADADAD. Windows color (decimal): -6244701 or 10729120. OLE color: 10729120.
HSL color Cylindrical-coordinate representation of color #A0B6A3: hue angle of 128.18º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B6A3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 163 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.29 |
| HSL | 128.18º | 0.13% | 0.67% | - |
| HSV(B) | 128.18º | 0.12% | 0.71% | - |
| XYZ | 37.84 | 43.57 | 41.07 | - |
| YUV | 173.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 163 | 0.12 | 0 | 0.10 | 0.29 | 128.18 | 0.13 | 0.67 |
| Hex | A0 | B6 | A3 | C | 0 | A | 1D | 80 | D | 43 |
| Octal | 240 | 266 | 243 | 14 | 0 | 12 | 35 | 200 | 15 | 103 |
| Binary | 10100000 | 10110110 | 10100011 | 1100 | 0 | 1010 | 11101 | 10000000 | 1101 | 1000011 |
Color Harmonies of #A0B6A3
Complementary color
Monochromatic Colors of #A0B6A3
Black with #A0B6A3
Text Example
Text Example
White with #A0B6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B6A3; }
p { color: rgb(160,182,163); }
H1.HeaderClassName
{
color: #A0B6A3;
}
.AnyTagClassName
{
color: #A0B6A3;
}
</style>
background-color css
<style>
a { background-color: #A0B6A3; }
a { background-color: rgb(160,182,163); }
div.DivClassName
{
background-color: #A0B6A3;
}
.BgClassName
{
background-color: #A0B6A3;
}
</style>
border-color css
<style>
span { border-color: #A0B6A3; }
span { border-color: rgb(160,182,163); }
td.TdClassName
{
border-color: #A0B6A3;
}
.TagClassName
{
border-color: #A0B6A3;
}
</style>