#AABEA5

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

Shades of Spring Rain #AABEA5

Tints of Spring Rain #AABEA5

Color information

#AABEA5 (or 0xAABEA5) is unknown color: approx Spring Rain. HEX triplet: AA, BE and A5. RGB value is (170,190,165). Sum of RGB (Red+Green+Blue) = 170+190+165=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA5 is #55415A. Grayscale: #B5B5B5. Windows color (decimal): -5587291 or 10862250. OLE color: 10862250.

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

Color convert

RGB170190165-
CMYK0.1100.130.25
HSL108º16.13%69.61%-
HSV(B)108º13.16%74.51%-
XYZ41.7848.0942.68-
YUV181.17118.87120.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=32.38%
G=36.19%
B=31.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901650.1100.130.2510816.1369.61
HexAABEA5B0D196c1046
Octal252276245130153115420106
Binary101010101011111010100101101101101110011101100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEA5; }

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

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

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

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

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

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

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

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