#A2D3A4

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

Shades of Chinook #A2D3A4

Tints of Chinook #A2D3A4

Color information

#A2D3A4 (or 0xA2D3A4) is unknown color: approx Chinook. HEX triplet: A2, D3 and A4. RGB value is (162,211,164). Sum of RGB (Red+Green+Blue) = 162+211+164=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D3A4 is #5D2C5B. Grayscale: #BFBFBF. Windows color (decimal): -6106204 or 10802082. OLE color: 10802082.

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

Color convert

RGB162211164-
CMYK0.2300.220.17
HSL122.45º35.77%73.14%-
HSV(B)122.45º23.22%82.75%-
XYZ44.956.9543.75-
YUV190.99112.77107.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=30.17%
G=39.29%
B=30.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111640.2300.220.17122.4535.7773.14
HexA2D3A417016117a2449
Octal242323244270262117244111
Binary101000101101001110100100101110101101000111110101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3A4; }

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

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

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

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

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

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

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

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