#AEBCA5

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

Shades of Spring Rain #AEBCA5

Tints of Spring Rain #AEBCA5

Color information

#AEBCA5 (or 0xAEBCA5) is unknown color: approx Spring Rain. HEX triplet: AE, BC and A5. RGB value is (174,188,165). Sum of RGB (Red+Green+Blue) = 174+188+165=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCA5 is #51435A. Grayscale: #B5B5B5. Windows color (decimal): -5325659 or 10861742. OLE color: 10861742.

HSL color Cylindrical-coordinate representation of color #AEBCA5: hue angle of 96.52º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBCA5 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB174188165-
CMYK0.0700.120.26
HSL96.52º14.65%69.22%-
HSV(B)96.52º12.23%73.73%-
XYZ42.2347.6842.58-
YUV181.19118.86122.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=33.02%
G=35.67%
B=31.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881650.0700.120.2696.5214.6569.22
HexAEBCA570C1A61f45
Octal25627424570143214117105
Binary1010111010111100101001011110110011010110000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCA5; }

 p { color: rgb(174,188,165); }

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

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

 a { background-color: rgb(174,188,165); }

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

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

 span { border-color: rgb(174,188,165); }

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