Html Css Color HEX #AEC0A5 Spring Rain

📋 copy color: '#AEC0A5'

red 174 ◦ green 192 ◦ blue 165

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

Shades of Spring Rain #AEC0A5

Tints of Spring Rain #AEC0A5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

 BLUE value IS 165 (64.84% from 255) = 31.07%

R = 32.77%
G = 36.16%
B = 31.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#AEC0A5 (or 0xAEC0A5) is known color: Spring Rain. HEX triplet: AE, C0 and A5. RGB value is (174,192,165). Sum of RGB (Red+Green+Blue) = 174+192+165=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC0A5 is #513F5A. Grayscale: #B7B7B7. Windows color (decimal): -5324635 or 10862766. OLE color: 10862766.

HSL color Cylindrical-coordinate representation of color #AEC0A5: hue angle of 100º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEC0A5 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 165 -
CMYK 0.09 0 0.14 0.25
HSL 100º 0.18% 0.7% -
HSV(B) 100º 0.14% 0.75% -
XYZ 43.1 49.41 42.86 -
YUV 183.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 174 192 165 0.09 0 0.14 0.25 100 0.18 0.7
Hex AE C0 A5 9 0 E 19 64 12 46
Octal 256 300 245 11 0 16 31 144 22 106
Binary 10101110 11000000 10100101 1001 0 1110 11001 1100100 10010 1000110

Color Harmonies of #AEC0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0A5

Black with #AEC0A5

Text Example


Text Example

White with #AEC0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0A5; }

 p { color: rgb(174,192,165); }

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

background-color css

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

 a { background-color: rgb(174,192,165); }

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

border-color css

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

 span { border-color: rgb(174,192,165); }

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