#A6BA9E

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

Shades of Spring Rain #A6BA9E

Tints of Spring Rain #A6BA9E

Color information

#A6BA9E (or 0xA6BA9E) is unknown color: approx Spring Rain. HEX triplet: A6, BA and 9E. RGB value is (166,186,158). Sum of RGB (Red+Green+Blue) = 166+186+158=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA9E is #594561. Grayscale: #B0B0B0. Windows color (decimal): -5850466 or 10402470. OLE color: 10402470.

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

Color convert

RGB166186158-
CMYK0.1100.150.27
HSL102.86º16.87%67.45%-
HSV(B)102.86º15.05%72.94%-
XYZ39.4645.6939.09-
YUV176.83117.37120.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=32.55%
G=36.47%
B=30.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861580.1100.150.27102.8616.8767.45
HexA6BA9EB0F1B671143
Octal246272236130173314721103
Binary101001101011101010011110101101111110111100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA9E; }

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

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

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

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

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

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

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

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