#AABFA4

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

Shades of Spring Rain #AABFA4

Tints of Spring Rain #AABFA4

Color information

#AABFA4 (or 0xAABFA4) is unknown color: approx Spring Rain. HEX triplet: AA, BF and A4. RGB value is (170,191,164). Sum of RGB (Red+Green+Blue) = 170+191+164=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA4 is #55405B. Grayscale: #B5B5B5. Windows color (decimal): -5587036 or 10796970. OLE color: 10796970.

HSL color Cylindrical-coordinate representation of color #AABFA4: hue angle of 106.67º 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 #AABFA4 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB170191164-
CMYK0.1100.140.25
HSL106.67º17.42%69.61%-
HSV(B)106.67º14.14%74.9%-
XYZ41.9148.4942.27-
YUV181.64118.04119.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=32.38%
G=36.38%
B=31.24%

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
Decimal1701911640.1100.140.25106.6717.4269.61
HexAABFA4B0E196b1146
Octal252277244130163115321106
Binary101010101011111110100100101101110110011101011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFA4; }

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

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

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

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

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

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

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

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