#AEDCBA

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

Shades of Fringy Flower #AEDCBA

Tints of Fringy Flower #AEDCBA

Color information

#AEDCBA (or 0xAEDCBA) is unknown color: approx Fringy Flower. HEX triplet: AE, DC and BA. RGB value is (174,220,186). Sum of RGB (Red+Green+Blue) = 174+220+186=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCBA is #512345. Grayscale: #CACACA. Windows color (decimal): -5317446 or 12246190. OLE color: 12246190.

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

Color convert

RGB174220186-
CMYK0.2100.150.14
HSL135.65º39.66%77.25%-
HSV(B)135.65º20.91%86.27%-
XYZ51.9163.7356.02-
YUV202.37118.76107.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=30%
G=37.93%
B=32.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201860.2100.150.14135.6539.6677.25
HexAEDCBA150FE88284d
Octal256334272250171621050115
Binary10101110110111001011101010101011111110100010001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCBA; }

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

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

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

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

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

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

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

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