#AEDCB9

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

Shades of Fringy Flower #AEDCB9

Tints of Fringy Flower #AEDCB9

Color information

#AEDCB9 (or 0xAEDCB9) is unknown color: approx Fringy Flower. HEX triplet: AE, DC and B9. RGB value is (174,220,185). Sum of RGB (Red+Green+Blue) = 174+220+185=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCB9 is #512346. Grayscale: #CACACA. Windows color (decimal): -5317447 or 12180654. OLE color: 12180654.

HSL color Cylindrical-coordinate representation of color #AEDCB9: hue angle of 134.35º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCB9 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB174220185-
CMYK0.2100.160.14
HSL134.35º39.66%77.25%-
HSV(B)134.35º20.91%86.27%-
XYZ51.8163.6955.46-
YUV202.26118.26107.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=30.05%
G=38.00%
B=31.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201850.2100.160.14134.3539.6677.25
HexAEDCB915010E86284d
Octal256334271250201620650115
Binary101011101101110010111001101010100001110100001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCB9; }

 p { color: rgb(174,220,185); }

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

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

 a { background-color: rgb(174,220,185); }

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

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

 span { border-color: rgb(174,220,185); }

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