Shades of Edward #A2B1A5
Tints of Edward #A2B1A5
RGB
CMYK
RGB Variations
Color information
#A2B1A5 (or 0xA2B1A5) is known color: Edward. HEX triplet: A2, B1 and A5. RGB value is (162,177,165). Sum of RGB (Red+Green+Blue) = 162+177+165=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B1A5 is #5D4E5A. Grayscale: #ABABAB. Windows color (decimal): -6114907 or 10858914. OLE color: 10858914.
HSL color Cylindrical-coordinate representation of color #A2B1A5: hue angle of 132º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2B1A5 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 165 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.31 |
| HSL | 132º | 0.09% | 0.66% | - |
| HSV(B) | 132º | 0.08% | 0.69% | - |
| XYZ | 37.41 | 41.84 | 41.7 | - |
| YUV | 171.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 165 | 0.08 | 0 | 0.07 | 0.31 | 132 | 0.09 | 0.66 |
| Hex | A2 | B1 | A5 | 8 | 0 | 7 | 1F | 84 | 9 | 42 |
| Octal | 242 | 261 | 245 | 10 | 0 | 7 | 37 | 204 | 11 | 102 |
| Binary | 10100010 | 10110001 | 10100101 | 1000 | 0 | 111 | 11111 | 10000100 | 1001 | 1000010 |
Color Harmonies of #A2B1A5
Complementary color
Monochromatic Colors of #A2B1A5
Black with #A2B1A5
Text Example
Text Example
White with #A2B1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B1A5; }
p { color: rgb(162,177,165); }
H1.HeaderClassName
{
color: #A2B1A5;
}
.AnyTagClassName
{
color: #A2B1A5;
}
</style>
background-color css
<style>
a { background-color: #A2B1A5; }
a { background-color: rgb(162,177,165); }
div.DivClassName
{
background-color: #A2B1A5;
}
.BgClassName
{
background-color: #A2B1A5;
}
</style>
border-color css
<style>
span { border-color: #A2B1A5; }
span { border-color: rgb(162,177,165); }
td.TdClassName
{
border-color: #A2B1A5;
}
.TagClassName
{
border-color: #A2B1A5;
}
</style>