#A2D3AC

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

Shades of Chinook #A2D3AC

Tints of Chinook #A2D3AC

Color information

#A2D3AC (or 0xA2D3AC) is unknown color: approx Chinook. HEX triplet: A2, D3 and AC. RGB value is (162,211,172). Sum of RGB (Red+Green+Blue) = 162+211+172=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D3AC is #5D2C53. Grayscale: #C0C0C0. Windows color (decimal): -6106196 or 11326370. OLE color: 11326370.

HSL color Cylindrical-coordinate representation of color #A2D3AC: hue angle of 132.24º 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 #A2D3AC is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB162211172-
CMYK0.2300.180.17
HSL132.24º35.77%73.14%-
HSV(B)132.24º23.22%82.75%-
XYZ45.6457.2547.67-
YUV191.9116.77106.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 211 (82.81% from 255) = 38.72%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=29.72%
G=38.72%
B=31.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111720.2300.180.17132.2435.7773.14
HexA2D3AC1701211842449
Octal242323254270222120444111
Binary1010001011010011101011001011101001010001100001001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3AC; }

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

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

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

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

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

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

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

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