#A6D2AD

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

Shades of Chinook #A6D2AD

Tints of Chinook #A6D2AD

Color information

#A6D2AD (or 0xA6D2AD) is unknown color: approx Chinook. HEX triplet: A6, D2 and AD. RGB value is (166,210,173). Sum of RGB (Red+Green+Blue) = 166+210+173=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D2AD is #592D52. Grayscale: #C0C0C0. Windows color (decimal): -5844307 or 11391654. OLE color: 11391654.

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

Color convert

RGB166210173-
CMYK0.2100.180.18
HSL129.55º32.84%73.73%-
HSV(B)129.55º20.95%82.35%-
XYZ46.3257.2248.14-
YUV192.63116.92109.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=30.24%
G=38.25%
B=31.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662101730.2100.180.18129.5532.8473.73
HexA6D2AD150121282214a
Octal246322255250222220241112
Binary1010011011010010101011011010101001010010100000101000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D2AD; }

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

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

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

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

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

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

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

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