#A6BCA1

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

Shades of Spring Rain #A6BCA1

Tints of Spring Rain #A6BCA1

Color information

#A6BCA1 (or 0xA6BCA1) is unknown color: approx Spring Rain. HEX triplet: A6, BC and A1. RGB value is (166,188,161). Sum of RGB (Red+Green+Blue) = 166+188+161=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA1 is #59435E. Grayscale: #B2B2B2. Windows color (decimal): -5849951 or 10599590. OLE color: 10599590.

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

Color convert

RGB166188161-
CMYK0.1200.140.26
HSL108.89º16.77%68.43%-
HSV(B)108.89º14.36%73.73%-
XYZ40.1446.6540.61-
YUV178.34118.21119.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=32.23%
G=36.50%
B=31.26%

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
Decimal1661881610.1200.140.26108.8916.7768.43
HexA6BCA1C0E1A6d1144
Octal246274241140163215521104
Binary101001101011110010100001110001110110101101101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCA1; }

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

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

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

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

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

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

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

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