#AABFA6

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

Shades of Spring Rain #AABFA6

Tints of Spring Rain #AABFA6

Color information

#AABFA6 (or 0xAABFA6) is unknown color: approx Spring Rain. HEX triplet: AA, BF and A6. RGB value is (170,191,166). Sum of RGB (Red+Green+Blue) = 170+191+166=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA6 is #554059. Grayscale: #B5B5B5. Windows color (decimal): -5587034 or 10928042. OLE color: 10928042.

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

Color convert

RGB170191166-
CMYK0.1100.130.25
HSL110.4º16.34%70%-
HSV(B)110.4º13.09%74.9%-
XYZ42.0948.5643.23-
YUV181.87119.04119.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=32.26%
G=36.24%
B=31.50%

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
Decimal1701911660.1100.130.25110.416.3470
HexAABFA6B0D196e1046
Octal252277246130153115620106
Binary101010101011111110100110101101101110011101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFA6; }

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

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

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

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

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

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

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

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