#A6BAA0

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

Shades of Spring Rain #A6BAA0

Tints of Spring Rain #A6BAA0

Color information

#A6BAA0 (or 0xA6BAA0) is unknown color: approx Spring Rain. HEX triplet: A6, BA and A0. RGB value is (166,186,160). Sum of RGB (Red+Green+Blue) = 166+186+160=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAA0 is #59455F. Grayscale: #B1B1B1. Windows color (decimal): -5850464 or 10533542. OLE color: 10533542.

HSL color Cylindrical-coordinate representation of color #A6BAA0: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6BAA0 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB166186160-
CMYK0.1100.140.27
HSL106.15º15.85%67.84%-
HSV(B)106.15º13.98%72.94%-
XYZ39.6345.7640-
YUV177.06118.37120.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=32.42%
G=36.33%
B=31.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861600.1100.140.27106.1515.8567.84
HexA6BAA0B0E1B6a1044
Octal246272240130163315220104
Binary101001101011101010100000101101110110111101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAA0; }

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

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

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

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

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

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

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

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