Shades of Edward #A4B2A8
Tints of Edward #A4B2A8
RGB
CMYK
RGB Variations
Color information
#A4B2A8 (or 0xA4B2A8) is known color: Edward. HEX triplet: A4, B2 and A8. RGB value is (164,178,168). Sum of RGB (Red+Green+Blue) = 164+178+168=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B2A8 is #5B4D57. Grayscale: #ACACAC. Windows color (decimal): -5983576 or 11055780. OLE color: 11055780.
HSL color Cylindrical-coordinate representation of color #A4B2A8: hue angle of 137.14º 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 #A4B2A8 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 168 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.30 |
| HSL | 137.14º | 0.08% | 0.67% | - |
| HSV(B) | 137.14º | 0.08% | 0.7% | - |
| XYZ | 38.3 | 42.56 | 43.24 | - |
| YUV | 172.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 168 | 0.08 | 0 | 0.06 | 0.30 | 137.14 | 0.08 | 0.67 |
| Hex | A4 | B2 | A8 | 8 | 0 | 6 | 1E | 89 | 8 | 43 |
| Octal | 244 | 262 | 250 | 10 | 0 | 6 | 36 | 211 | 10 | 103 |
| Binary | 10100100 | 10110010 | 10101000 | 1000 | 0 | 110 | 11110 | 10001001 | 1000 | 1000011 |
Color Harmonies of #A4B2A8
Complementary color
Monochromatic Colors of #A4B2A8
Black with #A4B2A8
Text Example
Text Example
White with #A4B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B2A8; }
p { color: rgb(164,178,168); }
H1.HeaderClassName
{
color: #A4B2A8;
}
.AnyTagClassName
{
color: #A4B2A8;
}
</style>
background-color css
<style>
a { background-color: #A4B2A8; }
a { background-color: rgb(164,178,168); }
div.DivClassName
{
background-color: #A4B2A8;
}
.BgClassName
{
background-color: #A4B2A8;
}
</style>
border-color css
<style>
span { border-color: #A4B2A8; }
span { border-color: rgb(164,178,168); }
td.TdClassName
{
border-color: #A4B2A8;
}
.TagClassName
{
border-color: #A4B2A8;
}
</style>