#AEBEA6

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

Shades of Spring Rain #AEBEA6

Tints of Spring Rain #AEBEA6

Color information

#AEBEA6 (or 0xAEBEA6) is unknown color: approx Spring Rain. HEX triplet: AE, BE and A6. RGB value is (174,190,166). Sum of RGB (Red+Green+Blue) = 174+190+166=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEA6 is #514159. Grayscale: #B6B6B6. Windows color (decimal): -5325146 or 10927790. OLE color: 10927790.

HSL color Cylindrical-coordinate representation of color #AEBEA6: hue angle of 100º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBEA6 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB174190166-
CMYK0.0800.130.25
HSL100º15.58%69.8%-
HSV(B)100º12.63%74.51%-
XYZ42.7548.5843.2-
YUV182.48118.7121.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=32.83%
G=35.85%
B=31.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901660.0800.130.2510015.5869.8
HexAEBEA680D19641046
Octal256276246100153114420106
Binary101011101011111010100110100001101110011100100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEA6; }

 p { color: rgb(174,190,166); }

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

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

 a { background-color: rgb(174,190,166); }

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

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

 span { border-color: rgb(174,190,166); }

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