#AECAA1

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

Shades of Spring Rain #AECAA1

Tints of Spring Rain #AECAA1

Color information

#AECAA1 (or 0xAECAA1) is unknown color: approx Spring Rain. HEX triplet: AE, CA and A1. RGB value is (174,202,161). Sum of RGB (Red+Green+Blue) = 174+202+161=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAA1 is #51355E. Grayscale: #BDBDBD. Windows color (decimal): -5322079 or 10603182. OLE color: 10603182.

HSL color Cylindrical-coordinate representation of color #AECAA1: hue angle of 100.98º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECAA1 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB174202161-
CMYK0.1400.200.21
HSL100.98º27.89%71.18%-
HSV(B)100.98º20.3%79.22%-
XYZ45.0153.8141.73-
YUV188.95112.22117.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=32.40%
G=37.62%
B=29.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021610.1400.200.21100.9827.8971.18
HexAECAA1E01415651c47
Octal256312241160242514534107
Binary1010111011001010101000011110010100101011100101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAA1; }

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

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

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

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

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

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

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

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