#A2CEA9

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

Shades of Chinook #A2CEA9

Tints of Chinook #A2CEA9

Color information

#A2CEA9 (or 0xA2CEA9) is unknown color: approx Chinook. HEX triplet: A2, CE and A9. RGB value is (162,206,169). Sum of RGB (Red+Green+Blue) = 162+206+169=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEA9 is #5D3156. Grayscale: #BCBCBC. Windows color (decimal): -6107479 or 11128482. OLE color: 11128482.

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

Color convert

RGB162206169-
CMYK0.2100.180.19
HSL129.55º30.99%72.16%-
HSV(B)129.55º21.36%80.78%-
XYZ44.1354.6945.77-
YUV188.63116.92109.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=30.17%
G=38.36%
B=31.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061690.2100.180.19129.5530.9972.16
HexA2CEA91501213821f48
Octal242316251250222320237110
Binary101000101100111010101001101010100101001110000010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEA9; }

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

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

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

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

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

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

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

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