Html Css Color HEX #AABAA2 Spring Rain

📋 copy color: '#AABAA2'

red 170 ◦ green 186 ◦ blue 162

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

Shades of Spring Rain #AABAA2

Tints of Spring Rain #AABAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

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

R = 32.82%
G = 35.91%
B = 31.27%

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

#AABAA2 (or 0xAABAA2) is known color: Spring Rain. HEX triplet: AA, BA and A2. RGB value is (170,186,162). Sum of RGB (Red+Green+Blue) = 170+186+162=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA2 is #55455D. Grayscale: #B2B2B2. Windows color (decimal): -5588318 or 10664618. OLE color: 10664618.

HSL color Cylindrical-coordinate representation of color #AABAA2: hue angle of 100º degrees, saturation: 0.15, 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 #AABAA2 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 162 -
CMYK 0.09 0 0.13 0.27
HSL 100º 0.15% 0.68% -
HSV(B) 100º 0.13% 0.73% -
XYZ 40.66 46.27 40.97 -
YUV 178.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 170 186 162 0.09 0 0.13 0.27 100 0.15 0.68
Hex AA BA A2 9 0 D 1B 64 F 44
Octal 252 272 242 11 0 15 33 144 17 104
Binary 10101010 10111010 10100010 1001 0 1101 11011 1100100 1111 1000100

Color Harmonies of #AABAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAA2

Black with #AABAA2

Text Example


Text Example

White with #AABAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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