#A6D4AB

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

Shades of Chinook #A6D4AB

Tints of Chinook #A6D4AB

Color information

#A6D4AB (or 0xA6D4AB) is unknown color: approx Chinook. HEX triplet: A6, D4 and AB. RGB value is (166,212,171). Sum of RGB (Red+Green+Blue) = 166+212+171=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D4AB is #592B54. Grayscale: #C1C1C1. Windows color (decimal): -5843797 or 11261094. OLE color: 11261094.

HSL color Cylindrical-coordinate representation of color #A6D4AB: hue angle of 126.52º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4AB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB166212171-
CMYK0.2200.190.17
HSL126.52º34.85%74.12%-
HSV(B)126.52º21.7%83.14%-
XYZ46.6258.1347.29-
YUV193.57115.26108.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=30.24%
G=38.62%
B=31.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662121710.2200.190.17126.5234.8574.12
HexA6D4AB16013117f234a
Octal246324253260232117743112
Binary101001101101010010101011101100100111000111111111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D4AB; }

 p { color: rgb(166,212,171); }

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

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

 a { background-color: rgb(166,212,171); }

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

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

 span { border-color: rgb(166,212,171); }

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