Html Css Color HEX #AABBA5 Spring Rain

📋 copy color: '#AABBA5'

red 170 ◦ green 187 ◦ blue 165

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

Shades of Spring Rain #AABBA5

Tints of Spring Rain #AABBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.82%

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

R = 32.57%
G = 35.82%
B = 31.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#AABBA5 (or 0xAABBA5) is known color: Spring Rain. HEX triplet: AA, BB and A5. RGB value is (170,187,165). Sum of RGB (Red+Green+Blue) = 170+187+165=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA5 is #55445A. Grayscale: #B3B3B3. Windows color (decimal): -5588059 or 10861482. OLE color: 10861482.

HSL color Cylindrical-coordinate representation of color #AABBA5: hue angle of 106.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABBA5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 165 -
CMYK 0.09 0 0.12 0.27
HSL 106.36º 0.14% 0.69% -
HSV(B) 106.36º 0.12% 0.73% -
XYZ 41.14 46.8 42.46 -
YUV 179.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 170 187 165 0.09 0 0.12 0.27 106.36 0.14 0.69
Hex AA BB A5 9 0 C 1B 6A E 45
Octal 252 273 245 11 0 14 33 152 16 105
Binary 10101010 10111011 10100101 1001 0 1100 11011 1101010 1110 1000101

Color Harmonies of #AABBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBA5

Black with #AABBA5

Text Example


Text Example

White with #AABBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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