#A6CA9A

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

Shades of Spring Rain #A6CA9A

Tints of Spring Rain #A6CA9A

Color information

#A6CA9A (or 0xA6CA9A) is unknown color: approx Spring Rain. HEX triplet: A6, CA and 9A. RGB value is (166,202,154). Sum of RGB (Red+Green+Blue) = 166+202+154=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA9A is #593565. Grayscale: #B9B9B9. Windows color (decimal): -5846374 or 10144422. OLE color: 10144422.

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

Color convert

RGB166202154-
CMYK0.1800.240.21
HSL105º31.17%69.8%-
HSV(B)105º23.76%79.22%-
XYZ42.6852.6838.49-
YUV185.76110.07113.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=31.80%
G=38.70%
B=29.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021540.1800.240.2110531.1769.8
HexA6CA9A1201815691f46
Octal246312232220302515137106
Binary10100110110010101001101010010011000101011101001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA9A; }

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

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

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

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

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

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

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

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