Html Css Color HEX #AEC1A1 Spring Rain

📋 copy color: '#AEC1A1'

red 174 ◦ green 193 ◦ blue 161

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

Shades of Spring Rain #AEC1A1

Tints of Spring Rain #AEC1A1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.55%

 BLUE value IS 161 (63.28% from 255) = 30.49%

R = 32.95%
G = 36.55%
B = 30.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#AEC1A1 (or 0xAEC1A1) is known color: Spring Rain. HEX triplet: AE, C1 and A1. RGB value is (174,193,161). Sum of RGB (Red+Green+Blue) = 174+193+161=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC1A1 is #513E5E. Grayscale: #B7B7B7. Windows color (decimal): -5324383 or 10600878. OLE color: 10600878.

HSL color Cylindrical-coordinate representation of color #AEC1A1: hue angle of 95.62º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEC1A1 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 161 -
CMYK 0.10 0 0.17 0.24
HSL 95.63º 0.21% 0.69% -
HSV(B) 95.63º 0.17% 0.76% -
XYZ 42.96 49.71 41.05 -
YUV 183.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 174 193 161 0.10 0 0.17 0.24 95.63 0.21 0.69
Hex AE C1 A1 A 0 11 18 60 15 45
Octal 256 301 241 12 0 21 30 140 25 105
Binary 10101110 11000001 10100001 1010 0 10001 11000 1100000 10101 1000101

Color Harmonies of #AEC1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1A1

Black with #AEC1A1

Text Example


Text Example

White with #AEC1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1A1; }

 p { color: rgb(174,193,161); }

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

background-color css

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

 a { background-color: rgb(174,193,161); }

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

border-color css

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

 span { border-color: rgb(174,193,161); }

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