#AEC4A1

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

Shades of Spring Rain #AEC4A1

Tints of Spring Rain #AEC4A1

Color information

#AEC4A1 (or 0xAEC4A1) is unknown color: approx Spring Rain. HEX triplet: AE, C4 and A1. RGB value is (174,196,161). Sum of RGB (Red+Green+Blue) = 174+196+161=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4A1 is #513B5E. Grayscale: #B9B9B9. Windows color (decimal): -5323615 or 10601646. OLE color: 10601646.

HSL color Cylindrical-coordinate representation of color #AEC4A1: hue angle of 97.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEC4A1 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB174196161-
CMYK0.1100.180.23
HSL97.71º22.88%70%-
HSV(B)97.71º17.86%76.86%-
XYZ43.6351.0541.27-
YUV185.43114.21119.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 161 (63.28% from 255) = 30.32%
R=32.77%
G=36.91%
B=30.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961610.1100.180.2397.7122.8870
HexAEC4A1B01217621746
Octal256304241130222714227106
Binary1010111011000100101000011011010010101111100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4A1; }

 p { color: rgb(174,196,161); }

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

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

 a { background-color: rgb(174,196,161); }

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

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

 span { border-color: rgb(174,196,161); }

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