Shades of Edward #A1AEA4
Tints of Edward #A1AEA4
RGB
CMYK
RGB Variations
Color information
#A1AEA4 (or 0xA1AEA4) is known color: Edward. HEX triplet: A1, AE and A4. RGB value is (161,174,164). Sum of RGB (Red+Green+Blue) = 161+174+164=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEA4 is #5E515B. Grayscale: #A8A8A8. Windows color (decimal): -6181212 or 10792609. OLE color: 10792609.
HSL color Cylindrical-coordinate representation of color #A1AEA4: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1AEA4 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 164 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.32 |
| HSL | 133.85º | 0.07% | 0.66% | - |
| HSV(B) | 133.85º | 0.07% | 0.68% | - |
| XYZ | 36.53 | 40.53 | 41.02 | - |
| YUV | 168.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 164 | 0.07 | 0 | 0.06 | 0.32 | 133.85 | 0.07 | 0.66 |
| Hex | A1 | AE | A4 | 7 | 0 | 6 | 20 | 86 | 7 | 42 |
| Octal | 241 | 256 | 244 | 7 | 0 | 6 | 40 | 206 | 7 | 102 |
| Binary | 10100001 | 10101110 | 10100100 | 111 | 0 | 110 | 100000 | 10000110 | 111 | 1000010 |
Color Harmonies of #A1AEA4
Complementary color
Monochromatic Colors of #A1AEA4
Black with #A1AEA4
Text Example
Text Example
White with #A1AEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEA4; }
p { color: rgb(161,174,164); }
H1.HeaderClassName
{
color: #A1AEA4;
}
.AnyTagClassName
{
color: #A1AEA4;
}
</style>
background-color css
<style>
a { background-color: #A1AEA4; }
a { background-color: rgb(161,174,164); }
div.DivClassName
{
background-color: #A1AEA4;
}
.BgClassName
{
background-color: #A1AEA4;
}
</style>
border-color css
<style>
span { border-color: #A1AEA4; }
span { border-color: rgb(161,174,164); }
td.TdClassName
{
border-color: #A1AEA4;
}
.TagClassName
{
border-color: #A1AEA4;
}
</style>