#AAEAB7

Color #AAEAB7 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AAEAB7

Tints of Fringy Flower #AAEAB7

Color information

#AAEAB7 (or 0xAAEAB7) is unknown color: approx Fringy Flower. HEX triplet: AA, EA and B7. RGB value is (170,234,183). Sum of RGB (Red+Green+Blue) = 170+234+183=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAB7 is #551548. Grayscale: #D1D1D1. Windows color (decimal): -5576009 or 12053162. OLE color: 12053162.

HSL color Cylindrical-coordinate representation of color #AAEAB7: hue angle of 132.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAB7 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB170234183-
CMYK0.2700.220.08
HSL132.19º60.38%79.22%-
HSV(B)132.19º27.35%91.76%-
XYZ54.5570.8155.59-
YUV209.05113.3100.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 183 (71.88% from 255) = 31.18%
R=28.96%
G=39.86%
B=31.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341830.2700.220.08132.1960.3879.22
HexAAEAB71B0168843c4f
Octal252352267330261020474117
Binary101010101110101010110111110110101101000100001001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAB7; }

 p { color: rgb(170,234,183); }

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

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

 a { background-color: rgb(170,234,183); }

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

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

 span { border-color: rgb(170,234,183); }

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