#A6BDA1

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

Shades of Spring Rain #A6BDA1

Tints of Spring Rain #A6BDA1

Color information

#A6BDA1 (or 0xA6BDA1) is unknown color: approx Spring Rain. HEX triplet: A6, BD and A1. RGB value is (166,189,161). Sum of RGB (Red+Green+Blue) = 166+189+161=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA1 is #59425E. Grayscale: #B3B3B3. Windows color (decimal): -5849695 or 10599846. OLE color: 10599846.

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

Color convert

RGB166189161-
CMYK0.1200.150.26
HSL109.29º17.5%68.63%-
HSV(B)109.29º14.81%74.12%-
XYZ40.3647.0840.68-
YUV178.93117.88118.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 161 (63.28% from 255) = 31.20%
R=32.17%
G=36.63%
B=31.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661891610.1200.150.26109.2917.568.63
HexA6BDA1C0F1A6d1245
Octal246275241140173215522105
Binary101001101011110110100001110001111110101101101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDA1; }

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

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

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

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

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

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

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

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