Shades of Edward #A5B3A7
Tints of Edward #A5B3A7
RGB
CMYK
RGB Variations
Color information
#A5B3A7 (or 0xA5B3A7) is known color: Edward. HEX triplet: A5, B3 and A7. RGB value is (165,179,167). Sum of RGB (Red+Green+Blue) = 165+179+167=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B3A7 is #5A4C58. Grayscale: #ADADAD. Windows color (decimal): -5917785 or 10990501. OLE color: 10990501.
HSL color Cylindrical-coordinate representation of color #A5B3A7: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B3A7 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 167 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.30 |
| HSL | 128.57º | 0.08% | 0.67% | - |
| HSV(B) | 128.57º | 0.08% | 0.7% | - |
| XYZ | 38.61 | 43.03 | 42.83 | - |
| YUV | 173.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 167 | 0.08 | 0 | 0.07 | 0.30 | 128.57 | 0.08 | 0.67 |
| Hex | A5 | B3 | A7 | 8 | 0 | 7 | 1E | 81 | 8 | 43 |
| Octal | 245 | 263 | 247 | 10 | 0 | 7 | 36 | 201 | 10 | 103 |
| Binary | 10100101 | 10110011 | 10100111 | 1000 | 0 | 111 | 11110 | 10000001 | 1000 | 1000011 |
Color Harmonies of #A5B3A7
Complementary color
Monochromatic Colors of #A5B3A7
Black with #A5B3A7
Text Example
Text Example
White with #A5B3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B3A7; }
p { color: rgb(165,179,167); }
H1.HeaderClassName
{
color: #A5B3A7;
}
.AnyTagClassName
{
color: #A5B3A7;
}
</style>
background-color css
<style>
a { background-color: #A5B3A7; }
a { background-color: rgb(165,179,167); }
div.DivClassName
{
background-color: #A5B3A7;
}
.BgClassName
{
background-color: #A5B3A7;
}
</style>
border-color css
<style>
span { border-color: #A5B3A7; }
span { border-color: rgb(165,179,167); }
td.TdClassName
{
border-color: #A5B3A7;
}
.TagClassName
{
border-color: #A5B3A7;
}
</style>