Shades of Edward #A0B3A2
Tints of Edward #A0B3A2
RGB
CMYK
RGB Variations
Color information
#A0B3A2 (or 0xA0B3A2) is known color: Edward. HEX triplet: A0, B3 and A2. RGB value is (160,179,162). Sum of RGB (Red+Green+Blue) = 160+179+162=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3A2 is #5F4C5D. Grayscale: #ABABAB. Windows color (decimal): -6245470 or 10662816. OLE color: 10662816.
HSL color Cylindrical-coordinate representation of color #A0B3A2: hue angle of 126.32º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B3A2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 162 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.30 |
| HSL | 126.32º | 0.11% | 0.66% | - |
| HSV(B) | 126.32º | 0.11% | 0.7% | - |
| XYZ | 37.14 | 42.32 | 40.39 | - |
| YUV | 171.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 162 | 0.11 | 0 | 0.09 | 0.30 | 126.32 | 0.11 | 0.66 |
| Hex | A0 | B3 | A2 | B | 0 | 9 | 1E | 7E | B | 42 |
| Octal | 240 | 263 | 242 | 13 | 0 | 11 | 36 | 176 | 13 | 102 |
| Binary | 10100000 | 10110011 | 10100010 | 1011 | 0 | 1001 | 11110 | 1111110 | 1011 | 1000010 |
Color Harmonies of #A0B3A2
Complementary color
Monochromatic Colors of #A0B3A2
Black with #A0B3A2
Text Example
Text Example
White with #A0B3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3A2; }
p { color: rgb(160,179,162); }
H1.HeaderClassName
{
color: #A0B3A2;
}
.AnyTagClassName
{
color: #A0B3A2;
}
</style>
background-color css
<style>
a { background-color: #A0B3A2; }
a { background-color: rgb(160,179,162); }
div.DivClassName
{
background-color: #A0B3A2;
}
.BgClassName
{
background-color: #A0B3A2;
}
</style>
border-color css
<style>
span { border-color: #A0B3A2; }
span { border-color: rgb(160,179,162); }
td.TdClassName
{
border-color: #A0B3A2;
}
.TagClassName
{
border-color: #A0B3A2;
}
</style>