#A6C9A1

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

Shades of Spring Rain #A6C9A1

Tints of Spring Rain #A6C9A1

Color information

#A6C9A1 (or 0xA6C9A1) is unknown color: approx Spring Rain. HEX triplet: A6, C9 and A1. RGB value is (166,201,161). Sum of RGB (Red+Green+Blue) = 166+201+161=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C9A1 is #59365E. Grayscale: #BABABA. Windows color (decimal): -5846623 or 10602918. OLE color: 10602918.

HSL color Cylindrical-coordinate representation of color #A6C9A1: hue angle of 112.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6C9A1 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB166201161-
CMYK0.1700.200.21
HSL112.5º27.03%70.98%-
HSV(B)112.5º19.9%78.82%-
XYZ43.0552.4541.57-
YUV185.97113.9113.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=31.44%
G=38.07%
B=30.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662011610.1700.200.21112.527.0370.98
HexA6C9A11101415701b47
Octal246311241210242516033107
Binary10100110110010011010000110001010100101011110000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C9A1; }

 p { color: rgb(166,201,161); }

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

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

 a { background-color: rgb(166,201,161); }

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

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

 span { border-color: rgb(166,201,161); }

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