Html Css Color HEX #AECEA0 Spring Rain

📋 copy color: '#AECEA0'

red 174 ◦ green 206 ◦ blue 160

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

Shades of Spring Rain #AECEA0

Tints of Spring Rain #AECEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.15%

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

R = 32.22%
G = 38.15%
B = 29.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#AECEA0 (or 0xAECEA0) is known color: Spring Rain. HEX triplet: AE, CE and A0. RGB value is (174,206,160). Sum of RGB (Red+Green+Blue) = 174+206+160=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEA0 is #51315F. Grayscale: #BFBFBF. Windows color (decimal): -5321056 or 10538670. OLE color: 10538670.

HSL color Cylindrical-coordinate representation of color #AECEA0: hue angle of 101.74º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECEA0 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 160 -
CMYK 0.16 0 0.22 0.19
HSL 101.74º 0.32% 0.72% -
HSV(B) 101.74º 0.22% 0.81% -
XYZ 45.87 55.68 41.59 -
YUV 191.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 174 206 160 0.16 0 0.22 0.19 101.74 0.32 0.72
Hex AE CE A0 10 0 16 13 66 20 48
Octal 256 316 240 20 0 26 23 146 40 110
Binary 10101110 11001110 10100000 10000 0 10110 10011 1100110 100000 1001000

Color Harmonies of #AECEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEA0

Black with #AECEA0

Text Example


Text Example

White with #AECEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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