Html Css Color HEX #AECAA0 Spring Rain

📋 copy color: '#AECAA0'

red 174 ◦ green 202 ◦ blue 160

#AECAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #AECAA0

Tints of Spring Rain #AECAA0

RGB

 RED value IS 174 (68.36% from 255) = 32.46%

 GREEN value IS 202 (79.3% from 255) = 37.69%

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 32.46%
G = 37.69%
B = 29.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#AECAA0 (or 0xAECAA0) is known color: Spring Rain. HEX triplet: AE, CA and A0. RGB value is (174,202,160). Sum of RGB (Red+Green+Blue) = 174+202+160=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAA0 is #51355F. Grayscale: #BCBCBC. Windows color (decimal): -5322080 or 10537646. OLE color: 10537646.

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

Color convert

RGB 174 202 160 -
CMYK 0.14 0 0.21 0.21
HSL 100º 0.28% 0.71% -
HSV(B) 100º 0.21% 0.79% -
XYZ 44.92 53.78 41.27 -
YUV 188.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 174 202 160 0.14 0 0.21 0.21 100 0.28 0.71
Hex AE CA A0 E 0 15 15 64 1C 47
Octal 256 312 240 16 0 25 25 144 34 107
Binary 10101110 11001010 10100000 1110 0 10101 10101 1100100 11100 1000111

Color Harmonies of #AECAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECAA0

Black with #AECAA0

Text Example


Text Example

White with #AECAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECAA0; }

 p { color: rgb(174,202,160); }

 H1.HeaderClassName
 {
   color: #AECAA0;
 }
 .AnyTagClassName
 {
   color: #AECAA0;
 }
</style>

background-color css

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

 a { background-color: rgb(174,202,160); }

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

border-color css

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

 span { border-color: rgb(174,202,160); }

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