#A3BBA1

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

Shades of Spring Rain #A3BBA1

Tints of Spring Rain #A3BBA1

Color information

#A3BBA1 (or 0xA3BBA1) is unknown color: approx Spring Rain. HEX triplet: A3, BB and A1. RGB value is (163,187,161). Sum of RGB (Red+Green+Blue) = 163+187+161=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBA1 is #5C445E. Grayscale: #B0B0B0. Windows color (decimal): -6046815 or 10599331. OLE color: 10599331.

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

Color convert

RGB163187161-
CMYK0.1300.140.27
HSL115.38º16.05%68.24%-
HSV(B)115.38º13.9%73.33%-
XYZ39.3145.940.51-
YUV176.86119.05118.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=31.90%
G=36.59%
B=31.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631871610.1300.140.27115.3816.0568.24
HexA3BBA1D0E1B731044
Octal243273241150163316320104
Binary101000111011101110100001110101110110111110011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBA1; }

 p { color: rgb(163,187,161); }

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

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

 a { background-color: rgb(163,187,161); }

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

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

 span { border-color: rgb(163,187,161); }

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