Shades of Edward #A7B1A8
Tints of Edward #A7B1A8
RGB
CMYK
RGB Variations
Color information
#A7B1A8 (or 0xA7B1A8) is known color: Edward. HEX triplet: A7, B1 and A8. RGB value is (167,177,168). Sum of RGB (Red+Green+Blue) = 167+177+168=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B1A8 is #584E57. Grayscale: #ADADAD. Windows color (decimal): -5787224 or 11055527. OLE color: 11055527.
HSL color Cylindrical-coordinate representation of color #A7B1A8: hue angle of 126º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7B1A8 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 168 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.31 |
| HSL | 126º | 0.06% | 0.67% | - |
| HSV(B) | 126º | 0.06% | 0.69% | - |
| XYZ | 38.73 | 42.49 | 43.21 | - |
| YUV | 172.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 168 | 0.06 | 0 | 0.05 | 0.31 | 126 | 0.06 | 0.67 |
| Hex | A7 | B1 | A8 | 6 | 0 | 5 | 1F | 7E | 6 | 43 |
| Octal | 247 | 261 | 250 | 6 | 0 | 5 | 37 | 176 | 6 | 103 |
| Binary | 10100111 | 10110001 | 10101000 | 110 | 0 | 101 | 11111 | 1111110 | 110 | 1000011 |
Color Harmonies of #A7B1A8
Complementary color
Monochromatic Colors of #A7B1A8
Black with #A7B1A8
Text Example
Text Example
White with #A7B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B1A8; }
p { color: rgb(167,177,168); }
H1.HeaderClassName
{
color: #A7B1A8;
}
.AnyTagClassName
{
color: #A7B1A8;
}
</style>
background-color css
<style>
a { background-color: #A7B1A8; }
a { background-color: rgb(167,177,168); }
div.DivClassName
{
background-color: #A7B1A8;
}
.BgClassName
{
background-color: #A7B1A8;
}
</style>
border-color css
<style>
span { border-color: #A7B1A8; }
span { border-color: rgb(167,177,168); }
td.TdClassName
{
border-color: #A7B1A8;
}
.TagClassName
{
border-color: #A7B1A8;
}
</style>