#AABAA4

Color #AABAA4 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #AABAA4

Tints of Spring Rain #AABAA4

Color information

#AABAA4 (or 0xAABAA4) is unknown color: approx Spring Rain. HEX triplet: AA, BA and A4. RGB value is (170,186,164). Sum of RGB (Red+Green+Blue) = 170+186+164=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA4 is #55455B. Grayscale: #B2B2B2. Windows color (decimal): -5588316 or 10795690. OLE color: 10795690.

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

Color convert

RGB170186164-
CMYK0.0900.120.27
HSL103.64º13.75%68.63%-
HSV(B)103.64º11.83%72.94%-
XYZ40.8446.3441.91-
YUV178.71119.7121.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=32.69%
G=35.77%
B=31.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861640.0900.120.27103.6413.7568.63
HexAABAA490C1B68e45
Octal252272244110143315016105
Binary10101010101110101010010010010110011011110100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAA4; }

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

 H1.HeaderClassName
 {
   color: #AABAA4;
 }
 .AnyTagClassName
 {
   color: #AABAA4;
 }
</style>
background-color css

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

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

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

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

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

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