#A6D8AD

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

Shades of Chinook #A6D8AD

Tints of Chinook #A6D8AD

Color information

#A6D8AD (or 0xA6D8AD) is unknown color: approx Chinook. HEX triplet: A6, D8 and AD. RGB value is (166,216,173). Sum of RGB (Red+Green+Blue) = 166+216+173=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D8AD is #592752. Grayscale: #C4C4C4. Windows color (decimal): -5842771 or 11393190. OLE color: 11393190.

HSL color Cylindrical-coordinate representation of color #A6D8AD: hue angle of 128.4º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8AD is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB166216173-
CMYK0.2300.200.15
HSL128.4º39.06%74.9%-
HSV(B)128.4º23.15%84.71%-
XYZ47.8260.2448.64-
YUV196.15114.94106.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 216 (84.77% from 255) = 38.92%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=29.91%
G=38.92%
B=31.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161730.2300.200.15128.439.0674.9
HexA6D8AD17014F80274b
Octal246330255270241720047113
Binary101001101101100010101101101110101001111100000001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8AD; }

 p { color: rgb(166,216,173); }

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

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

 a { background-color: rgb(166,216,173); }

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

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

 span { border-color: rgb(166,216,173); }

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