#A2D3A6

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

Shades of Chinook #A2D3A6

Tints of Chinook #A2D3A6

Color information

#A2D3A6 (or 0xA2D3A6) is unknown color: approx Chinook. HEX triplet: A2, D3 and A6. RGB value is (162,211,166). Sum of RGB (Red+Green+Blue) = 162+211+166=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D3A6 is #5D2C59. Grayscale: #BFBFBF. Windows color (decimal): -6106202 or 10933154. OLE color: 10933154.

HSL color Cylindrical-coordinate representation of color #A2D3A6: hue angle of 124.9º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D3A6 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB162211166-
CMYK0.2300.210.17
HSL124.9º35.77%73.14%-
HSV(B)124.9º23.22%82.75%-
XYZ45.0857.0244.71-
YUV191.22113.77107.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 211 (82.81% from 255) = 39.15%
BLUE value IS 166 (65.23% from 255) = 30.80%
R=30.06%
G=39.15%
B=30.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111660.2300.210.17124.935.7773.14
HexA2D3A617015117d2449
Octal242323246270252117544111
Binary101000101101001110100110101110101011000111111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3A6; }

 p { color: rgb(162,211,166); }

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

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

 a { background-color: rgb(162,211,166); }

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

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

 span { border-color: rgb(162,211,166); }

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