#A6BDA3

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

Shades of Spring Rain #A6BDA3

Tints of Spring Rain #A6BDA3

Color information

#A6BDA3 (or 0xA6BDA3) is unknown color: approx Spring Rain. HEX triplet: A6, BD and A3. RGB value is (166,189,163). Sum of RGB (Red+Green+Blue) = 166+189+163=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA3 is #59425C. Grayscale: #B3B3B3. Windows color (decimal): -5849693 or 10730918. OLE color: 10730918.

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

Color convert

RGB166189163-
CMYK0.1200.140.26
HSL113.08º16.46%69.02%-
HSV(B)113.08º13.76%74.12%-
XYZ40.5347.1541.61-
YUV179.16118.88118.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 163 (64.06% from 255) = 31.47%
R=32.05%
G=36.49%
B=31.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661891630.1200.140.26113.0816.4669.02
HexA6BDA3C0E1A711045
Octal246275243140163216120105
Binary101001101011110110100011110001110110101110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDA3; }

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

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

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

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

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

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

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

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