#A3AEA2

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

Shades of Spring Rain #A3AEA2

Tints of Spring Rain #A3AEA2

Color information

#A3AEA2 (or 0xA3AEA2) is unknown color: approx Spring Rain. HEX triplet: A3, AE and A2. RGB value is (163,174,162). Sum of RGB (Red+Green+Blue) = 163+174+162=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AEA2 is #5C515D. Grayscale: #A9A9A9. Windows color (decimal): -6050142 or 10661539. OLE color: 10661539.

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

Color convert

RGB163174162-
CMYK0.0600.070.32
HSL115º6.9%65.88%-
HSV(B)115º6.9%68.24%-
XYZ36.7640.6740.09-
YUV169.34123.86123.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=32.67%
G=34.87%
B=32.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741620.0600.070.321156.965.88
HexA3AEA26072073742
Octal243256242607401637102
Binary101000111010111010100010110011110000011100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AEA2; }

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

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

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

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

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

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

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

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