Shades of Edward #A4B1A7
Tints of Edward #A4B1A7
RGB
CMYK
RGB Variations
Color information
#A4B1A7 (or 0xA4B1A7) is known color: Edward. HEX triplet: A4, B1 and A7. RGB value is (164,177,167). Sum of RGB (Red+Green+Blue) = 164+177+167=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B1A7 is #5B4E58. Grayscale: #ACACAC. Windows color (decimal): -5983833 or 10989988. OLE color: 10989988.
HSL color Cylindrical-coordinate representation of color #A4B1A7: hue angle of 133.85º degrees, saturation: 0.08, 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 #A4B1A7 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 167 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.31 |
| HSL | 133.85º | 0.08% | 0.67% | - |
| HSV(B) | 133.85º | 0.07% | 0.69% | - |
| XYZ | 38.01 | 42.13 | 42.69 | - |
| YUV | 171.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 167 | 0.07 | 0 | 0.06 | 0.31 | 133.85 | 0.08 | 0.67 |
| Hex | A4 | B1 | A7 | 7 | 0 | 6 | 1F | 86 | 8 | 43 |
| Octal | 244 | 261 | 247 | 7 | 0 | 6 | 37 | 206 | 10 | 103 |
| Binary | 10100100 | 10110001 | 10100111 | 111 | 0 | 110 | 11111 | 10000110 | 1000 | 1000011 |
Color Harmonies of #A4B1A7
Complementary color
Monochromatic Colors of #A4B1A7
Black with #A4B1A7
Text Example
Text Example
White with #A4B1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B1A7; }
p { color: rgb(164,177,167); }
H1.HeaderClassName
{
color: #A4B1A7;
}
.AnyTagClassName
{
color: #A4B1A7;
}
</style>
background-color css
<style>
a { background-color: #A4B1A7; }
a { background-color: rgb(164,177,167); }
div.DivClassName
{
background-color: #A4B1A7;
}
.BgClassName
{
background-color: #A4B1A7;
}
</style>
border-color css
<style>
span { border-color: #A4B1A7; }
span { border-color: rgb(164,177,167); }
td.TdClassName
{
border-color: #A4B1A7;
}
.TagClassName
{
border-color: #A4B1A7;
}
</style>