#A6BFA5

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

Shades of Spring Rain #A6BFA5

Tints of Spring Rain #A6BFA5

Color information

#A6BFA5 (or 0xA6BFA5) is unknown color: approx Spring Rain. HEX triplet: A6, BF and A5. RGB value is (166,191,165). Sum of RGB (Red+Green+Blue) = 166+191+165=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFA5 is #59405A. Grayscale: #B4B4B4. Windows color (decimal): -5849179 or 10862502. OLE color: 10862502.

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

Color convert

RGB166191165-
CMYK0.1300.140.25
HSL117.69º16.88%69.8%-
HSV(B)117.69º13.61%74.9%-
XYZ41.1548.0942.71-
YUV180.56119.22117.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=31.80%
G=36.59%
B=31.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911650.1300.140.25117.6916.8869.8
HexA6BFA5D0E19761146
Octal246277245150163116621106
Binary101001101011111110100101110101110110011110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFA5; }

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

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

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

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

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

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

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

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