#A6BDA0

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

Shades of Spring Rain #A6BDA0

Tints of Spring Rain #A6BDA0

Color information

#A6BDA0 (or 0xA6BDA0) is unknown color: approx Spring Rain. HEX triplet: A6, BD and A0. RGB value is (166,189,160). Sum of RGB (Red+Green+Blue) = 166+189+160=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA0 is #59425F. Grayscale: #B2B2B2. Windows color (decimal): -5849696 or 10534310. OLE color: 10534310.

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

Color convert

RGB166189160-
CMYK0.1200.150.26
HSL107.59º18.01%68.43%-
HSV(B)107.59º15.34%74.12%-
XYZ40.2747.0440.22-
YUV178.82117.38118.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=32.23%
G=36.70%
B=31.07%

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
Decimal1661891600.1200.150.26107.5918.0168.43
HexA6BDA0C0F1A6c1244
Octal246275240140173215422104
Binary101001101011110110100000110001111110101101100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDA0; }

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

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

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

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

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

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

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

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