#A6BCA2

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

Shades of Spring Rain #A6BCA2

Tints of Spring Rain #A6BCA2

Color information

#A6BCA2 (or 0xA6BCA2) is unknown color: approx Spring Rain. HEX triplet: A6, BC and A2. RGB value is (166,188,162). Sum of RGB (Red+Green+Blue) = 166+188+162=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA2 is #59435D. Grayscale: #B2B2B2. Windows color (decimal): -5849950 or 10665126. OLE color: 10665126.

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

Color convert

RGB166188162-
CMYK0.1200.140.26
HSL110.77º16.25%68.63%-
HSV(B)110.77º13.83%73.73%-
XYZ40.2346.6841.07-
YUV178.46118.71119.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 162 (63.67% from 255) = 31.40%
R=32.17%
G=36.43%
B=31.40%

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
Decimal1661881620.1200.140.26110.7716.2568.63
HexA6BCA2C0E1A6f1045
Octal246274242140163215720105
Binary101001101011110010100010110001110110101101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCA2; }

 p { color: rgb(166,188,162); }

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

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

 a { background-color: rgb(166,188,162); }

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

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

 span { border-color: rgb(166,188,162); }

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