#A1C6A9

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

Shades of Chinook #A1C6A9

Tints of Chinook #A1C6A9

Color information

#A1C6A9 (or 0xA1C6A9) is unknown color: approx Chinook. HEX triplet: A1, C6 and A9. RGB value is (161,198,169). Sum of RGB (Red+Green+Blue) = 161+198+169=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C6A9 is #5E3956. Grayscale: #B7B7B7. Windows color (decimal): -6175063 or 11126433. OLE color: 11126433.

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

Color convert

RGB161198169-
CMYK0.1900.150.22
HSL132.97º24.5%70.39%-
HSV(B)132.97º18.69%77.65%-
XYZ42.0550.8345.13-
YUV183.63119.74111.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 198 (77.73% from 255) = 37.5%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=30.49%
G=37.5%
B=32.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981690.1900.150.22132.9724.570.39
HexA1C6A9130F16851946
Octal241306251230172620531106
Binary10100001110001101010100110011011111011010000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C6A9; }

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

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

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

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

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

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

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

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