Html Css Color HEX #AEC9A0 Spring Rain

📋 copy color: '#AEC9A0'

red 174 ◦ green 201 ◦ blue 160

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

Shades of Spring Rain #AEC9A0

Tints of Spring Rain #AEC9A0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.57%

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

R = 32.52%
G = 37.57%
B = 29.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#AEC9A0 (or 0xAEC9A0) is known color: Spring Rain. HEX triplet: AE, C9 and A0. RGB value is (174,201,160). Sum of RGB (Red+Green+Blue) = 174+201+160=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC9A0 is #51365F. Grayscale: #BCBCBC. Windows color (decimal): -5322336 or 10537390. OLE color: 10537390.

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

Color convert

RGB 174 201 160 -
CMYK 0.13 0 0.20 0.21
HSL 99.51º 0.28% 0.71% -
HSV(B) 99.51º 0.2% 0.79% -
XYZ 44.69 53.31 41.19 -
YUV 188.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 174 201 160 0.13 0 0.20 0.21 99.51 0.28 0.71
Hex AE C9 A0 D 0 14 15 64 1C 47
Octal 256 311 240 15 0 24 25 144 34 107
Binary 10101110 11001001 10100000 1101 0 10100 10101 1100100 11100 1000111

Color Harmonies of #AEC9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC9A0

Black with #AEC9A0

Text Example


Text Example

White with #AEC9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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