Html Css Color HEX #AABBA2 Spring Rain

📋 copy color: '#AABBA2'

red 170 ◦ green 187 ◦ blue 162

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

Shades of Spring Rain #AABBA2

Tints of Spring Rain #AABBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.21%

R = 32.76%
G = 36.03%
B = 31.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#AABBA2 (or 0xAABBA2) is known color: Spring Rain. HEX triplet: AA, BB and A2. RGB value is (170,187,162). Sum of RGB (Red+Green+Blue) = 170+187+162=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA2 is #55445D. Grayscale: #B3B3B3. Windows color (decimal): -5588062 or 10664874. OLE color: 10664874.

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

Color convert

RGB 170 187 162 -
CMYK 0.09 0 0.13 0.27
HSL 100.8º 0.16% 0.68% -
HSV(B) 100.8º 0.13% 0.73% -
XYZ 40.87 46.7 41.04 -
YUV 179.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 170 187 162 0.09 0 0.13 0.27 100.8 0.16 0.68
Hex AA BB A2 9 0 D 1B 65 10 44
Octal 252 273 242 11 0 15 33 145 20 104
Binary 10101010 10111011 10100010 1001 0 1101 11011 1100101 10000 1000100

Color Harmonies of #AABBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBA2

Black with #AABBA2

Text Example


Text Example

White with #AABBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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