Shades of Edward #A0B0A3
Tints of Edward #A0B0A3
RGB
CMYK
RGB Variations
Color information
#A0B0A3 (or 0xA0B0A3) is known color: Edward. HEX triplet: A0, B0 and A3. RGB value is (160,176,163). Sum of RGB (Red+Green+Blue) = 160+176+163=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B0A3 is #5F4F5C. Grayscale: #A9A9A9. Windows color (decimal): -6246237 or 10727584. OLE color: 10727584.
HSL color Cylindrical-coordinate representation of color #A0B0A3: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0B0A3 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 163 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.31 |
| HSL | 131.25º | 0.09% | 0.66% | - |
| HSV(B) | 131.25º | 0.09% | 0.69% | - |
| XYZ | 36.63 | 41.17 | 40.67 | - |
| YUV | 169.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 163 | 0.09 | 0 | 0.07 | 0.31 | 131.25 | 0.09 | 0.66 |
| Hex | A0 | B0 | A3 | 9 | 0 | 7 | 1F | 83 | 9 | 42 |
| Octal | 240 | 260 | 243 | 11 | 0 | 7 | 37 | 203 | 11 | 102 |
| Binary | 10100000 | 10110000 | 10100011 | 1001 | 0 | 111 | 11111 | 10000011 | 1001 | 1000010 |
Color Harmonies of #A0B0A3
Complementary color
Monochromatic Colors of #A0B0A3
Black with #A0B0A3
Text Example
Text Example
White with #A0B0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B0A3; }
p { color: rgb(160,176,163); }
H1.HeaderClassName
{
color: #A0B0A3;
}
.AnyTagClassName
{
color: #A0B0A3;
}
</style>
background-color css
<style>
a { background-color: #A0B0A3; }
a { background-color: rgb(160,176,163); }
div.DivClassName
{
background-color: #A0B0A3;
}
.BgClassName
{
background-color: #A0B0A3;
}
</style>
border-color css
<style>
span { border-color: #A0B0A3; }
span { border-color: rgb(160,176,163); }
td.TdClassName
{
border-color: #A0B0A3;
}
.TagClassName
{
border-color: #A0B0A3;
}
</style>