#A1C6A5

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

Shades of Chinook #A1C6A5

Tints of Chinook #A1C6A5

Color information

#A1C6A5 (or 0xA1C6A5) is unknown color: approx Chinook. HEX triplet: A1, C6 and A5. RGB value is (161,198,165). Sum of RGB (Red+Green+Blue) = 161+198+165=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C6A5 is #5E395A. Grayscale: #B7B7B7. Windows color (decimal): -6175067 or 10864289. OLE color: 10864289.

HSL color Cylindrical-coordinate representation of color #A1C6A5: hue angle of 126.49º 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 #A1C6A5 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB161198165-
CMYK0.1900.170.22
HSL126.49º24.5%70.39%-
HSV(B)126.49º18.69%77.65%-
XYZ41.6850.6843.18-
YUV183.18117.74112.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=30.73%
G=37.79%
B=31.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981650.1900.170.22126.4924.570.39
HexA1C6A513011167e1946
Octal241306245230212617631106
Binary10100001110001101010010110011010001101101111110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C6A5; }

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

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

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

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

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

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

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

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