#A2CAAA

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

Shades of Chinook #A2CAAA

Tints of Chinook #A2CAAA

Color information

#A2CAAA (or 0xA2CAAA) is unknown color: approx Chinook. HEX triplet: A2, CA and AA. RGB value is (162,202,170). Sum of RGB (Red+Green+Blue) = 162+202+170=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CAAA is #5D3555. Grayscale: #BABABA. Windows color (decimal): -6108502 or 11192994. OLE color: 11192994.

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

Color convert

RGB162202170-
CMYK0.2000.160.21
HSL132º27.4%71.37%-
HSV(B)132º19.8%79.22%-
XYZ43.2852.8245.95-
YUV186.39118.75110.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.34%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=30.34%
G=37.83%
B=31.84%

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
Decimal1622021700.2000.160.2113227.471.37
HexA2CAAA1401015841b47
Octal242312252240202520433107
Binary101000101100101010101010101000100001010110000100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CAAA; }

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

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

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

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

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

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

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

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