#AABEA3

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

Shades of Spring Rain #AABEA3

Tints of Spring Rain #AABEA3

Color information

#AABEA3 (or 0xAABEA3) is unknown color: approx Spring Rain. HEX triplet: AA, BE and A3. RGB value is (170,190,163). Sum of RGB (Red+Green+Blue) = 170+190+163=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA3 is #55415C. Grayscale: #B5B5B5. Windows color (decimal): -5587293 or 10731178. OLE color: 10731178.

HSL color Cylindrical-coordinate representation of color #AABEA3: hue angle of 104.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABEA3 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB170190163-
CMYK0.1100.140.25
HSL104.44º17.2%69.22%-
HSV(B)104.44º14.21%74.51%-
XYZ41.648.0241.73-
YUV180.94117.87120.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=32.50%
G=36.33%
B=31.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901630.1100.140.25104.4417.269.22
HexAABEA3B0E19681145
Octal252276243130163115021105
Binary101010101011111010100011101101110110011101000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEA3; }

 p { color: rgb(170,190,163); }

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

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

 a { background-color: rgb(170,190,163); }

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

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

 span { border-color: rgb(170,190,163); }

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