#AABEA2

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

Shades of Spring Rain #AABEA2

Tints of Spring Rain #AABEA2

Color information

#AABEA2 (or 0xAABEA2) is unknown color: approx Spring Rain. HEX triplet: AA, BE and A2. RGB value is (170,190,162). Sum of RGB (Red+Green+Blue) = 170+190+162=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA2 is #55415D. Grayscale: #B4B4B4. Windows color (decimal): -5587294 or 10665642. OLE color: 10665642.

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

Color convert

RGB170190162-
CMYK0.1100.150.25
HSL102.86º17.72%69.02%-
HSV(B)102.86º14.74%74.51%-
XYZ41.5147.9841.26-
YUV180.83117.37120.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=32.57%
G=36.40%
B=31.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901620.1100.150.25102.8617.7269.02
HexAABEA2B0F19671245
Octal252276242130173114722105
Binary101010101011111010100010101101111110011100111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEA2; }

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

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

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

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

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

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

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

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