#A6BFA1

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

Shades of Spring Rain #A6BFA1

Tints of Spring Rain #A6BFA1

Color information

#A6BFA1 (or 0xA6BFA1) is unknown color: approx Spring Rain. HEX triplet: A6, BF and A1. RGB value is (166,191,161). Sum of RGB (Red+Green+Blue) = 166+191+161=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFA1 is #59405E. Grayscale: #B4B4B4. Windows color (decimal): -5849183 or 10600358. OLE color: 10600358.

HSL color Cylindrical-coordinate representation of color #A6BFA1: hue angle of 110º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6BFA1 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB166191161-
CMYK0.1300.160.25
HSL110º18.99%69.02%-
HSV(B)110º15.71%74.9%-
XYZ40.7947.9440.82-
YUV180.1117.22117.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=32.05%
G=36.87%
B=31.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911610.1300.160.2511018.9969.02
HexA6BFA1D010196e1345
Octal246277241150203115623105
Binary1010011010111111101000011101010000110011101110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFA1; }

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

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

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

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

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

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

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

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