#A3BAA0

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

Shades of Spring Rain #A3BAA0

Tints of Spring Rain #A3BAA0

Color information

#A3BAA0 (or 0xA3BAA0) is unknown color: approx Spring Rain. HEX triplet: A3, BA and A0. RGB value is (163,186,160). Sum of RGB (Red+Green+Blue) = 163+186+160=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAA0 is #5C455F. Grayscale: #B0B0B0. Windows color (decimal): -6047072 or 10533539. OLE color: 10533539.

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

Color convert

RGB163186160-
CMYK0.1200.140.27
HSL113.08º15.85%67.84%-
HSV(B)113.08º13.98%72.94%-
XYZ39.0145.4439.97-
YUV176.16118.88118.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=32.02%
G=36.54%
B=31.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861600.1200.140.27113.0815.8567.84
HexA3BAA0C0E1B711044
Octal243272240140163316120104
Binary101000111011101010100000110001110110111110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAA0; }

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

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

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

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

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

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

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

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