Shades of Edward #A0B3A3
Tints of Edward #A0B3A3
RGB
CMYK
RGB Variations
Color information
#A0B3A3 (or 0xA0B3A3) is known color: Edward. HEX triplet: A0, B3 and A3. RGB value is (160,179,163). Sum of RGB (Red+Green+Blue) = 160+179+163=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3A3 is #5F4C5C. Grayscale: #ABABAB. Windows color (decimal): -6245469 or 10728352. OLE color: 10728352.
HSL color Cylindrical-coordinate representation of color #A0B3A3: hue angle of 129.47º 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 #A0B3A3 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 163 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.30 |
| HSL | 129.47º | 0.11% | 0.66% | - |
| HSV(B) | 129.47º | 0.11% | 0.7% | - |
| XYZ | 37.23 | 42.36 | 40.86 | - |
| YUV | 171.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 163 | 0.11 | 0 | 0.09 | 0.30 | 129.47 | 0.11 | 0.66 |
| Hex | A0 | B3 | A3 | B | 0 | 9 | 1E | 81 | B | 42 |
| Octal | 240 | 263 | 243 | 13 | 0 | 11 | 36 | 201 | 13 | 102 |
| Binary | 10100000 | 10110011 | 10100011 | 1011 | 0 | 1001 | 11110 | 10000001 | 1011 | 1000010 |
Color Harmonies of #A0B3A3
Complementary color
Monochromatic Colors of #A0B3A3
Black with #A0B3A3
Text Example
Text Example
White with #A0B3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3A3; }
p { color: rgb(160,179,163); }
H1.HeaderClassName
{
color: #A0B3A3;
}
.AnyTagClassName
{
color: #A0B3A3;
}
</style>
background-color css
<style>
a { background-color: #A0B3A3; }
a { background-color: rgb(160,179,163); }
div.DivClassName
{
background-color: #A0B3A3;
}
.BgClassName
{
background-color: #A0B3A3;
}
</style>
border-color css
<style>
span { border-color: #A0B3A3; }
span { border-color: rgb(160,179,163); }
td.TdClassName
{
border-color: #A0B3A3;
}
.TagClassName
{
border-color: #A0B3A3;
}
</style>