Shades of Edward #A5B1A8
Tints of Edward #A5B1A8
RGB
CMYK
RGB Variations
Color information
#A5B1A8 (or 0xA5B1A8) is known color: Edward. HEX triplet: A5, B1 and A8. RGB value is (165,177,168). Sum of RGB (Red+Green+Blue) = 165+177+168=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B1A8 is #5A4E57. Grayscale: #ACACAC. Windows color (decimal): -5918296 or 11055525. OLE color: 11055525.
HSL color Cylindrical-coordinate representation of color #A5B1A8: hue angle of 135º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5B1A8 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 168 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.31 |
| HSL | 135º | 0.07% | 0.67% | - |
| HSV(B) | 135º | 0.07% | 0.69% | - |
| XYZ | 38.31 | 42.27 | 43.19 | - |
| YUV | 172.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 168 | 0.07 | 0 | 0.05 | 0.31 | 135 | 0.07 | 0.67 |
| Hex | A5 | B1 | A8 | 7 | 0 | 5 | 1F | 87 | 7 | 43 |
| Octal | 245 | 261 | 250 | 7 | 0 | 5 | 37 | 207 | 7 | 103 |
| Binary | 10100101 | 10110001 | 10101000 | 111 | 0 | 101 | 11111 | 10000111 | 111 | 1000011 |
Color Harmonies of #A5B1A8
Complementary color
Monochromatic Colors of #A5B1A8
Black with #A5B1A8
Text Example
Text Example
White with #A5B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B1A8; }
p { color: rgb(165,177,168); }
H1.HeaderClassName
{
color: #A5B1A8;
}
.AnyTagClassName
{
color: #A5B1A8;
}
</style>
background-color css
<style>
a { background-color: #A5B1A8; }
a { background-color: rgb(165,177,168); }
div.DivClassName
{
background-color: #A5B1A8;
}
.BgClassName
{
background-color: #A5B1A8;
}
</style>
border-color css
<style>
span { border-color: #A5B1A8; }
span { border-color: rgb(165,177,168); }
td.TdClassName
{
border-color: #A5B1A8;
}
.TagClassName
{
border-color: #A5B1A8;
}
</style>