#A6D3AD

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

Shades of Chinook #A6D3AD

Tints of Chinook #A6D3AD

Color information

#A6D3AD (or 0xA6D3AD) is unknown color: approx Chinook. HEX triplet: A6, D3 and AD. RGB value is (166,211,173). Sum of RGB (Red+Green+Blue) = 166+211+173=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D3AD is #592C52. Grayscale: #C1C1C1. Windows color (decimal): -5844051 or 11391910. OLE color: 11391910.

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

Color convert

RGB166211173-
CMYK0.2100.180.17
HSL129.33º33.83%73.92%-
HSV(B)129.33º21.33%82.75%-
XYZ46.5657.7148.22-
YUV193.21116.59108.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 211 (82.81% from 255) = 38.36%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=30.18%
G=38.36%
B=31.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662111730.2100.180.17129.3333.8373.92
HexA6D3AD150121181224a
Octal246323255250222120142112
Binary1010011011010011101011011010101001010001100000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D3AD; }

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

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

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

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

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

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

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

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