#AECDA6

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

Shades of Rainee #AECDA6

Tints of Rainee #AECDA6

Color information

#AECDA6 (or 0xAECDA6) is unknown color: approx Rainee. HEX triplet: AE, CD and A6. RGB value is (174,205,166). Sum of RGB (Red+Green+Blue) = 174+205+166=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA6 is #513259. Grayscale: #BFBFBF. Windows color (decimal): -5321306 or 10931630. OLE color: 10931630.

HSL color Cylindrical-coordinate representation of color #AECDA6: hue angle of 107.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECDA6 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB174205166-
CMYK0.1500.190.20
HSL107.69º28.06%72.75%-
HSV(B)107.69º19.02%80.39%-
XYZ46.1755.4144.34-
YUV191.28113.73115.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=31.93%
G=37.61%
B=30.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051660.1500.190.20107.6928.0672.75
HexAECDA6F013146c1c49
Octal256315246170232415434111
Binary1010111011001101101001101111010011101001101100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDA6; }

 p { color: rgb(174,205,166); }

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

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

 a { background-color: rgb(174,205,166); }

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

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

 span { border-color: rgb(174,205,166); }

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