#A1AEA3

Color #A1AEA3 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #A1AEA3

Tints of Edward #A1AEA3

Color information

#A1AEA3 (or 0xA1AEA3) is unknown color: approx Edward. HEX triplet: A1, AE and A3. RGB value is (161,174,163). Sum of RGB (Red+Green+Blue) = 161+174+163=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEA3 is #5E515C. Grayscale: #A8A8A8. Windows color (decimal): -6181213 or 10727073. OLE color: 10727073.

HSL color Cylindrical-coordinate representation of color #A1AEA3: hue angle of 129.23º 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 #A1AEA3 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB161174163-
CMYK0.0700.060.32
HSL129.23º7.43%65.69%-
HSV(B)129.23º7.47%68.24%-
XYZ36.4440.4940.55-
YUV168.86124.69122.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 163 (64.06% from 255) = 32.73%
R=32.33%
G=34.94%
B=32.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741630.0700.060.32129.237.4365.69
HexA1AEA37062081742
Octal241256243706402017102
Binary1010000110101110101000111110110100000100000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEA3; }

 p { color: rgb(161,174,163); }

 H1.HeaderClassName
 {
   color: #A1AEA3;
 }
 .AnyTagClassName
 {
   color: #A1AEA3;
 }
</style>
background-color css

<style>
 a { background-color: #A1AEA3; }

 a { background-color: rgb(161,174,163); }

 div.DivClassName
 {
   background-color: #A1AEA3;
 }
 .BgClassName
 {
   background-color: #A1AEA3;
 }
</style>
border-color css

<style>
 span { border-color: #A1AEA3; }

 span { border-color: rgb(161,174,163); }

 td.TdClassName
 {
   border-color: #A1AEA3;
 }
 .TagClassName
 {
   border-color: #A1AEA3;
 }
</style>