#AECBA1

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

Shades of Spring Rain #AECBA1

Tints of Spring Rain #AECBA1

Color information

#AECBA1 (or 0xAECBA1) is unknown color: approx Spring Rain. HEX triplet: AE, CB and A1. RGB value is (174,203,161). Sum of RGB (Red+Green+Blue) = 174+203+161=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA1 is #51345E. Grayscale: #BDBDBD. Windows color (decimal): -5321823 or 10603438. OLE color: 10603438.

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

Color convert

RGB174203161-
CMYK0.1400.210.20
HSL101.43º28.77%71.37%-
HSV(B)101.43º20.69%79.61%-
XYZ45.2454.2841.81-
YUV189.54111.89116.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 161 (63.28% from 255) = 29.93%
R=32.34%
G=37.73%
B=29.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031610.1400.210.20101.4328.7771.37
HexAECBA1E01514651d47
Octal256313241160252414535107
Binary1010111011001011101000011110010101101001100101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBA1; }

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

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

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

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

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

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

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

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