#A6D5AB

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

Shades of Chinook #A6D5AB

Tints of Chinook #A6D5AB

Color information

#A6D5AB (or 0xA6D5AB) is unknown color: approx Chinook. HEX triplet: A6, D5 and AB. RGB value is (166,213,171). Sum of RGB (Red+Green+Blue) = 166+213+171=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D5AB is #592A54. Grayscale: #C2C2C2. Windows color (decimal): -5843541 or 11261350. OLE color: 11261350.

HSL color Cylindrical-coordinate representation of color #A6D5AB: hue angle of 126.38º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5AB is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB166213171-
CMYK0.2200.200.16
HSL126.38º35.88%74.31%-
HSV(B)126.38º22.07%83.53%-
XYZ46.8758.6447.38-
YUV194.16114.93107.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=30.18%
G=38.73%
B=31.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131710.2200.200.16126.3835.8874.31
HexA6D5AB16014107e244a
Octal246325253260242017644112
Binary101001101101010110101011101100101001000011111101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D5AB; }

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

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

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

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

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

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

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

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