#A6D2AE

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

Shades of Chinook #A6D2AE

Tints of Chinook #A6D2AE

Color information

#A6D2AE (or 0xA6D2AE) is unknown color: approx Chinook. HEX triplet: A6, D2 and AE. RGB value is (166,210,174). Sum of RGB (Red+Green+Blue) = 166+210+174=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D2AE is #592D51. Grayscale: #C0C0C0. Windows color (decimal): -5844306 or 11457190. OLE color: 11457190.

HSL color Cylindrical-coordinate representation of color #A6D2AE: hue angle of 130.91º 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 #A6D2AE is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB166210174-
CMYK0.2100.170.18
HSL130.91º32.84%73.73%-
HSV(B)130.91º20.95%82.35%-
XYZ46.4157.2648.65-
YUV192.74117.42108.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 210 (82.42% from 255) = 38.18%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=30.18%
G=38.18%
B=31.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662101740.2100.170.18130.9132.8473.73
HexA6D2AE150111283214a
Octal246322256250212220341112
Binary1010011011010010101011101010101000110010100000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D2AE; }

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

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

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

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

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

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

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

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