Html Css Color HEX #AABEA5 Spring Rain

📋 copy color: '#AABEA5'

red 170 ◦ green 190 ◦ blue 165

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

Shades of Spring Rain #AABEA5

Tints of Spring Rain #AABEA5

RGB

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

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

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

R = 32.38%
G = 36.19%
B = 31.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#AABEA5 (or 0xAABEA5) is known color: Spring Rain. HEX triplet: AA, BE and A5. RGB value is (170,190,165). Sum of RGB (Red+Green+Blue) = 170+190+165=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA5 is #55415A. Grayscale: #B5B5B5. Windows color (decimal): -5587291 or 10862250. OLE color: 10862250.

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

Color convert

RGB 170 190 165 -
CMYK 0.11 0 0.13 0.25
HSL 108º 0.16% 0.7% -
HSV(B) 108º 0.13% 0.75% -
XYZ 41.78 48.09 42.68 -
YUV 181.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 170 190 165 0.11 0 0.13 0.25 108 0.16 0.7
Hex AA BE A5 B 0 D 19 6C 10 46
Octal 252 276 245 13 0 15 31 154 20 106
Binary 10101010 10111110 10100101 1011 0 1101 11001 1101100 10000 1000110

Color Harmonies of #AABEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEA5

Black with #AABEA5

Text Example


Text Example

White with #AABEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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