#A1CEA6

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

Shades of Chinook #A1CEA6

Tints of Chinook #A1CEA6

Color information

#A1CEA6 (or 0xA1CEA6) is unknown color: approx Chinook. HEX triplet: A1, CE and A6. RGB value is (161,206,166). Sum of RGB (Red+Green+Blue) = 161+206+166=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEA6 is #5E3159. Grayscale: #BCBCBC. Windows color (decimal): -6173018 or 10931873. OLE color: 10931873.

HSL color Cylindrical-coordinate representation of color #A1CEA6: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEA6 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB161206166-
CMYK0.2200.190.19
HSL126.67º31.47%71.96%-
HSV(B)126.67º21.84%80.78%-
XYZ43.6554.4744.29-
YUV187.98115.59108.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.21%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=30.21%
G=38.65%
B=31.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061660.2200.190.19126.6731.4771.96
HexA1CEA616013137f1f48
Octal241316246260232317737110
Binary10100001110011101010011010110010011100111111111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEA6; }

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

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

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

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

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

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

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

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