#A6C0A4

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

Shades of Spring Rain #A6C0A4

Tints of Spring Rain #A6C0A4

Color information

#A6C0A4 (or 0xA6C0A4) is unknown color: approx Spring Rain. HEX triplet: A6, C0 and A4. RGB value is (166,192,164). Sum of RGB (Red+Green+Blue) = 166+192+164=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0A4 is #593F5B. Grayscale: #B5B5B5. Windows color (decimal): -5848924 or 10797222. OLE color: 10797222.

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

Color convert

RGB166192164-
CMYK0.1400.150.25
HSL115.71º18.18%69.8%-
HSV(B)115.71º14.58%75.29%-
XYZ41.2848.4942.31-
YUV181.03118.39117.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=31.80%
G=36.78%
B=31.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921640.1400.150.25115.7118.1869.8
HexA6C0A4E0F19741246
Octal246300244160173116422106
Binary101001101100000010100100111001111110011110100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C0A4; }

 p { color: rgb(166,192,164); }

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

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

 a { background-color: rgb(166,192,164); }

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

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

 span { border-color: rgb(166,192,164); }

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