#AEC8A4

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

Shades of Spring Rain #AEC8A4

Tints of Spring Rain #AEC8A4

Color information

#AEC8A4 (or 0xAEC8A4) is unknown color: approx Spring Rain. HEX triplet: AE, C8 and A4. RGB value is (174,200,164). Sum of RGB (Red+Green+Blue) = 174+200+164=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC8A4 is #51375B. Grayscale: #BCBCBC. Windows color (decimal): -5322588 or 10799278. OLE color: 10799278.

HSL color Cylindrical-coordinate representation of color #AEC8A4: hue angle of 103.33º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEC8A4 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB174200164-
CMYK0.1300.180.22
HSL103.33º24.66%71.37%-
HSV(B)103.33º18%78.43%-
XYZ44.8152.9942.99-
YUV188.12114.39117.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=32.34%
G=37.17%
B=30.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001640.1300.180.22103.3324.6671.37
HexAEC8A4D01216671947
Octal256310244150222614731107
Binary1010111011001000101001001101010010101101100111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8A4; }

 p { color: rgb(174,200,164); }

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

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

 a { background-color: rgb(174,200,164); }

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

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

 span { border-color: rgb(174,200,164); }

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