#A3BD9C

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

Shades of Spring Rain #A3BD9C

Tints of Spring Rain #A3BD9C

Color information

#A3BD9C (or 0xA3BD9C) is unknown color: approx Spring Rain. HEX triplet: A3, BD and 9C. RGB value is (163,189,156). Sum of RGB (Red+Green+Blue) = 163+189+156=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD9C is #5C4263. Grayscale: #B1B1B1. Windows color (decimal): -6046308 or 10272163. OLE color: 10272163.

HSL color Cylindrical-coordinate representation of color #A3BD9C: hue angle of 107.27º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3BD9C is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB163189156-
CMYK0.1400.170.26
HSL107.27º20%67.65%-
HSV(B)107.27º17.46%74.12%-
XYZ39.346.5838.37-
YUV177.46115.89117.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=32.09%
G=37.20%
B=30.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631891560.1400.170.26107.272067.65
HexA3BD9CE0111A6b1444
Octal243275234160213215324104
Binary1010001110111101100111001110010001110101101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD9C; }

 p { color: rgb(163,189,156); }

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

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

 a { background-color: rgb(163,189,156); }

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

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

 span { border-color: rgb(163,189,156); }

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