Html Css Color HEX #AABBA0 Spring Rain

📋 copy color: '#AABBA0'

red 170 ◦ green 187 ◦ blue 160

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

Shades of Spring Rain #AABBA0

Tints of Spring Rain #AABBA0

RGB

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

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

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

R = 32.88%
G = 36.17%
B = 30.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#AABBA0 (or 0xAABBA0) is known color: Spring Rain. HEX triplet: AA, BB and A0. RGB value is (170,187,160). Sum of RGB (Red+Green+Blue) = 170+187+160=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA0 is #55445F. Grayscale: #B2B2B2. Windows color (decimal): -5588064 or 10533802. OLE color: 10533802.

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

Color convert

RGB 170 187 160 -
CMYK 0.09 0 0.14 0.27
HSL 97.78º 0.17% 0.68% -
HSV(B) 97.78º 0.14% 0.73% -
XYZ 40.69 46.62 40.11 -
YUV 178.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 170 187 160 0.09 0 0.14 0.27 97.78 0.17 0.68
Hex AA BB A0 9 0 E 1B 62 11 44
Octal 252 273 240 11 0 16 33 142 21 104
Binary 10101010 10111011 10100000 1001 0 1110 11011 1100010 10001 1000100

Color Harmonies of #AABBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBA0

Black with #AABBA0

Text Example


Text Example

White with #AABBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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