#A2CCAA

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

Shades of Chinook #A2CCAA

Tints of Chinook #A2CCAA

Color information

#A2CCAA (or 0xA2CCAA) is unknown color: approx Chinook. HEX triplet: A2, CC and AA. RGB value is (162,204,170). Sum of RGB (Red+Green+Blue) = 162+204+170=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CCAA is #5D3355. Grayscale: #BBBBBB. Windows color (decimal): -6107990 or 11193506. OLE color: 11193506.

HSL color Cylindrical-coordinate representation of color #A2CCAA: hue angle of 131.43º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CCAA is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB162204170-
CMYK0.2100.170.2
HSL131.43º29.17%71.76%-
HSV(B)131.43º20.59%80%-
XYZ43.7553.7746.1-
YUV187.57118.09109.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=30.22%
G=38.06%
B=31.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041700.2100.170.2131.4329.1771.76
HexA2CCAA1501114831d48
Octal242314252250212420335110
Binary101000101100110010101010101010100011010010000011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCAA; }

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

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

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

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

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

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

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

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