#A3D2AC

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

Shades of Chinook #A3D2AC

Tints of Chinook #A3D2AC

Color information

#A3D2AC (or 0xA3D2AC) is unknown color: approx Chinook. HEX triplet: A3, D2 and AC. RGB value is (163,210,172). Sum of RGB (Red+Green+Blue) = 163+210+172=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D2AC is #5C2D53. Grayscale: #BFBFBF. Windows color (decimal): -6040916 or 11326115. OLE color: 11326115.

HSL color Cylindrical-coordinate representation of color #A3D2AC: 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 #A3D2AC is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB163210172-
CMYK0.2200.180.18
HSL131.49º34.31%73.14%-
HSV(B)131.49º22.38%82.35%-
XYZ45.656.8647.6-
YUV191.62116.93107.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=29.91%
G=38.53%
B=31.56%

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
Decimal1632101720.2200.180.18131.4934.3173.14
HexA3D2AC1601212832249
Octal243322254260222220342111
Binary1010001111010010101011001011001001010010100000111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D2AC; }

 p { color: rgb(163,210,172); }

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

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

 a { background-color: rgb(163,210,172); }

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

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

 span { border-color: rgb(163,210,172); }

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