#A2D1AB

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

Shades of Chinook #A2D1AB

Tints of Chinook #A2D1AB

Color information

#A2D1AB (or 0xA2D1AB) is unknown color: approx Chinook. HEX triplet: A2, D1 and AB. RGB value is (162,209,171). Sum of RGB (Red+Green+Blue) = 162+209+171=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D1AB is #5D2E54. Grayscale: #BEBEBE. Windows color (decimal): -6106709 or 11260322. OLE color: 11260322.

HSL color Cylindrical-coordinate representation of color #A2D1AB: hue angle of 131.49º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D1AB is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB162209171-
CMYK0.2200.180.18
HSL131.49º33.81%72.75%-
HSV(B)131.49º22.49%81.96%-
XYZ45.0556.2247.01-
YUV190.61116.93107.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.89%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=29.89%
G=38.56%
B=31.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622091710.2200.180.18131.4933.8172.75
HexA2D1AB1601212832249
Octal242321253260222220342111
Binary1010001011010001101010111011001001010010100000111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D1AB; }

 p { color: rgb(162,209,171); }

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

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

 a { background-color: rgb(162,209,171); }

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

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

 span { border-color: rgb(162,209,171); }

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