#A2CAA9

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

Shades of Chinook #A2CAA9

Tints of Chinook #A2CAA9

Color information

#A2CAA9 (or 0xA2CAA9) is unknown color: approx Chinook. HEX triplet: A2, CA and A9. RGB value is (162,202,169). Sum of RGB (Red+Green+Blue) = 162+202+169=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CAA9 is #5D3556. Grayscale: #BABABA. Windows color (decimal): -6108503 or 11127458. OLE color: 11127458.

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

Color convert

RGB162202169-
CMYK0.2000.160.21
HSL130.5º27.4%71.37%-
HSV(B)130.5º19.8%79.22%-
XYZ43.1852.7945.45-
YUV186.28118.25110.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.39%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=30.39%
G=37.90%
B=31.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622021690.2000.160.21130.527.471.37
HexA2CAA91401015821b47
Octal242312251240202520233107
Binary101000101100101010101001101000100001010110000010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CAA9; }

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

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

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

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

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

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

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

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