#AEBDA6

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

Shades of Spring Rain #AEBDA6

Tints of Spring Rain #AEBDA6

Color information

#AEBDA6 (or 0xAEBDA6) is unknown color: approx Spring Rain. HEX triplet: AE, BD and A6. RGB value is (174,189,166). Sum of RGB (Red+Green+Blue) = 174+189+166=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDA6 is #514259. Grayscale: #B5B5B5. Windows color (decimal): -5325402 or 10927534. OLE color: 10927534.

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

Color convert

RGB174189166-
CMYK0.0800.120.26
HSL99.13º14.84%69.61%-
HSV(B)99.13º12.17%74.12%-
XYZ42.5448.1543.13-
YUV181.89119.03122.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=32.89%
G=35.73%
B=31.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891660.0800.120.2699.1314.8469.61
HexAEBDA680C1A63f46
Octal256275246100143214317106
Binary10101110101111011010011010000110011010110001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDA6; }

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

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

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

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

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

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

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

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