#A2D2AB

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

Shades of Chinook #A2D2AB

Tints of Chinook #A2D2AB

Color information

#A2D2AB (or 0xA2D2AB) is unknown color: approx Chinook. HEX triplet: A2, D2 and AB. RGB value is (162,210,171). Sum of RGB (Red+Green+Blue) = 162+210+171=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D2AB is #5D2D54. Grayscale: #BFBFBF. Windows color (decimal): -6106453 or 11260578. OLE color: 11260578.

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

Color convert

RGB162210171-
CMYK0.2300.190.18
HSL131.25º34.78%72.94%-
HSV(B)131.25º22.86%82.35%-
XYZ45.356.7147.09-
YUV191.2116.6107.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=29.83%
G=38.67%
B=31.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622101710.2300.190.18131.2534.7872.94
HexA2D2AB1701312832349
Octal242322253270232220343111
Binary1010001011010010101010111011101001110010100000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D2AB; }

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

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

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

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

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

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

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

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