#A2BAA3

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

Shades of Spring Rain #A2BAA3

Tints of Spring Rain #A2BAA3

Color information

#A2BAA3 (or 0xA2BAA3) is unknown color: approx Spring Rain. HEX triplet: A2, BA and A3. RGB value is (162,186,163). Sum of RGB (Red+Green+Blue) = 162+186+163=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAA3 is #5D455C. Grayscale: #B0B0B0. Windows color (decimal): -6112605 or 10730146. OLE color: 10730146.

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

Color convert

RGB162186163-
CMYK0.1300.120.27
HSL122.5º14.81%68.24%-
HSV(B)122.5º12.9%72.94%-
XYZ39.0745.4441.36-
YUV176.2120.55117.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=31.70%
G=36.40%
B=31.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861630.1300.120.27122.514.8168.24
HexA2BAA3D0C1B7af44
Octal242272243150143317217104
Binary10100010101110101010001111010110011011111101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAA3; }

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

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

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

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

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

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

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

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