#AAE7B7

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

Shades of Fringy Flower #AAE7B7

Tints of Fringy Flower #AAE7B7

Color information

#AAE7B7 (or 0xAAE7B7) is unknown color: approx Fringy Flower. HEX triplet: AA, E7 and B7. RGB value is (170,231,183). Sum of RGB (Red+Green+Blue) = 170+231+183=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7B7 is #551848. Grayscale: #CFCFCF. Windows color (decimal): -5576777 or 12052394. OLE color: 12052394.

HSL color Cylindrical-coordinate representation of color #AAE7B7: hue angle of 132.79º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7B7 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB170231183-
CMYK0.2600.210.09
HSL132.79º55.96%78.63%-
HSV(B)132.79º26.41%90.59%-
XYZ53.769.1255.31-
YUV207.29114.29101.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 231 (90.62% from 255) = 39.55%
BLUE value IS 183 (71.88% from 255) = 31.34%
R=29.11%
G=39.55%
B=31.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311830.2600.210.09132.7955.9678.63
HexAAE7B71A015985384f
Octal252347267320251120570117
Binary101010101110011110110111110100101011001100001011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7B7; }

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

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

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

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

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

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

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

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