#A6CA9E

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

Shades of Spring Rain #A6CA9E

Tints of Spring Rain #A6CA9E

Color information

#A6CA9E (or 0xA6CA9E) is unknown color: approx Spring Rain. HEX triplet: A6, CA and 9E. RGB value is (166,202,158). Sum of RGB (Red+Green+Blue) = 166+202+158=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA9E is #593561. Grayscale: #BABABA. Windows color (decimal): -5846370 or 10406566. OLE color: 10406566.

HSL color Cylindrical-coordinate representation of color #A6CA9E: hue angle of 109.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6CA9E is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB166202158-
CMYK0.1800.220.21
HSL109.09º29.33%70.59%-
HSV(B)109.09º21.78%79.22%-
XYZ43.0252.8240.28-
YUV186.22112.07113.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=31.56%
G=38.40%
B=30.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021580.1800.220.21109.0929.3370.59
HexA6CA9E12016156d1d47
Octal246312236220262515535107
Binary10100110110010101001111010010010110101011101101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA9E; }

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

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

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

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

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

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

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

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