#A1DCA9

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

Shades of Chinook #A1DCA9

Tints of Chinook #A1DCA9

Color information

#A1DCA9 (or 0xA1DCA9) is unknown color: approx Chinook. HEX triplet: A1, DC and A9. RGB value is (161,220,169). Sum of RGB (Red+Green+Blue) = 161+220+169=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCA9 is #5E2356. Grayscale: #C4C4C4. Windows color (decimal): -6169431 or 11132065. OLE color: 11132065.

HSL color Cylindrical-coordinate representation of color #A1DCA9: hue angle of 128.14º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCA9 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB161220169-
CMYK0.2700.230.14
HSL128.14º45.74%74.71%-
HSV(B)128.14º26.82%86.27%-
XYZ47.4561.6346.93-
YUV196.54112.45102.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=29.27%
G=40%
B=30.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201690.2700.230.14128.1445.7474.71
HexA1DCA91B017E802e4b
Octal241334251330271620056113
Binary101000011101110010101001110110101111110100000001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCA9; }

 p { color: rgb(161,220,169); }

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

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

 a { background-color: rgb(161,220,169); }

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

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

 span { border-color: rgb(161,220,169); }

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