#A1CEA9

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

Shades of Chinook #A1CEA9

Tints of Chinook #A1CEA9

Color information

#A1CEA9 (or 0xA1CEA9) is unknown color: approx Chinook. HEX triplet: A1, CE and A9. RGB value is (161,206,169). Sum of RGB (Red+Green+Blue) = 161+206+169=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEA9 is #5E3156. Grayscale: #BCBCBC. Windows color (decimal): -6173015 or 11128481. OLE color: 11128481.

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

Color convert

RGB161206169-
CMYK0.2200.180.19
HSL130.67º31.47%71.96%-
HSV(B)130.67º21.84%80.78%-
XYZ43.9354.5845.76-
YUV188.33117.09108.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=30.04%
G=38.43%
B=31.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061690.2200.180.19130.6731.4771.96
HexA1CEA91601213831f48
Octal241316251260222320337110
Binary101000011100111010101001101100100101001110000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEA9; }

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

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

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

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

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

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

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

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