#AABFA5

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

Shades of Spring Rain #AABFA5

Tints of Spring Rain #AABFA5

Color information

#AABFA5 (or 0xAABFA5) is unknown color: approx Spring Rain. HEX triplet: AA, BF and A5. RGB value is (170,191,165). Sum of RGB (Red+Green+Blue) = 170+191+165=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA5 is #55405A. Grayscale: #B5B5B5. Windows color (decimal): -5587035 or 10862506. OLE color: 10862506.

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

Color convert

RGB170191165-
CMYK0.1100.140.25
HSL108.46º16.88%69.8%-
HSV(B)108.46º13.61%74.9%-
XYZ4248.5242.75-
YUV181.76118.54119.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=32.32%
G=36.31%
B=31.37%

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
Decimal1701911650.1100.140.25108.4616.8869.8
HexAABFA5B0E196c1146
Octal252277245130163115421106
Binary101010101011111110100101101101110110011101100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFA5; }

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

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

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

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

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

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

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

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