#AEC6A9

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

Shades of Rainee #AEC6A9

Tints of Rainee #AEC6A9

Color information

#AEC6A9 (or 0xAEC6A9) is unknown color: approx Rainee. HEX triplet: AE, C6 and A9. RGB value is (174,198,169). Sum of RGB (Red+Green+Blue) = 174+198+169=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC6A9 is #513956. Grayscale: #BBBBBB. Windows color (decimal): -5323095 or 11126446. OLE color: 11126446.

HSL color Cylindrical-coordinate representation of color #AEC6A9: hue angle of 109.66º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEC6A9 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB174198169-
CMYK0.1200.150.22
HSL109.66º20.28%71.96%-
HSV(B)109.66º14.65%77.65%-
XYZ44.8152.2545.26-
YUV187.52117.55118.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 198 (77.73% from 255) = 36.60%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=32.16%
G=36.60%
B=31.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981690.1200.150.22109.6620.2871.96
HexAEC6A9C0F166e1448
Octal256306251140172615624110
Binary101011101100011010101001110001111101101101110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6A9; }

 p { color: rgb(174,198,169); }

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

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

 a { background-color: rgb(174,198,169); }

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

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

 span { border-color: rgb(174,198,169); }

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