#A1CAA6

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

Shades of Chinook #A1CAA6

Tints of Chinook #A1CAA6

Color information

#A1CAA6 (or 0xA1CAA6) is unknown color: approx Chinook. HEX triplet: A1, CA and A6. RGB value is (161,202,166). Sum of RGB (Red+Green+Blue) = 161+202+166=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CAA6 is #5E3559. Grayscale: #B9B9B9. Windows color (decimal): -6174042 or 10930849. OLE color: 10930849.

HSL color Cylindrical-coordinate representation of color #A1CAA6: hue angle of 127.32º degrees, saturation: 0.28, 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 #A1CAA6 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB161202166-
CMYK0.2000.180.21
HSL127.32º27.89%71.18%-
HSV(B)127.32º20.3%79.22%-
XYZ42.752.5743.97-
YUV185.64116.92110.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=30.43%
G=38.19%
B=31.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021660.2000.180.21127.3227.8971.18
HexA1CAA614012157f1c47
Octal241312246240222517734107
Binary10100001110010101010011010100010010101011111111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAA6; }

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

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

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

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

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

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

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

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