Html Css Color HEX #AABEA0 Spring Rain

📋 copy color: '#AABEA0'

red 170 ◦ green 190 ◦ blue 160

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

Shades of Spring Rain #AABEA0

Tints of Spring Rain #AABEA0

RGB

 RED value IS 170 (66.8% from 255) = 32.69%

 GREEN value IS 190 (74.61% from 255) = 36.54%

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

R = 32.69%
G = 36.54%
B = 30.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#AABEA0 (or 0xAABEA0) is known color: Spring Rain. HEX triplet: AA, BE and A0. RGB value is (170,190,160). Sum of RGB (Red+Green+Blue) = 170+190+160=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA0 is #55415F. Grayscale: #B4B4B4. Windows color (decimal): -5587296 or 10534570. OLE color: 10534570.

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

Color convert

RGB 170 190 160 -
CMYK 0.11 0 0.16 0.25
HSL 100º 0.19% 0.69% -
HSV(B) 100º 0.16% 0.75% -
XYZ 41.34 47.91 40.33 -
YUV 180.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 170 190 160 0.11 0 0.16 0.25 100 0.19 0.69
Hex AA BE A0 B 0 10 19 64 13 45
Octal 252 276 240 13 0 20 31 144 23 105
Binary 10101010 10111110 10100000 1011 0 10000 11001 1100100 10011 1000101

Color Harmonies of #AABEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEA0

Black with #AABEA0

Text Example


Text Example

White with #AABEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEA0; }

 p { color: rgb(170,190,160); }

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

background-color css

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

 a { background-color: rgb(170,190,160); }

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

border-color css

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

 span { border-color: rgb(170,190,160); }

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