#A6D2A9

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

Shades of Chinook #A6D2A9

Tints of Chinook #A6D2A9

Color information

#A6D2A9 (or 0xA6D2A9) is unknown color: approx Chinook. HEX triplet: A6, D2 and A9. RGB value is (166,210,169). Sum of RGB (Red+Green+Blue) = 166+210+169=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D2A9 is #592D56. Grayscale: #C0C0C0. Windows color (decimal): -5844311 or 11129510. OLE color: 11129510.

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

Color convert

RGB166210169-
CMYK0.2100.200.18
HSL124.09º32.84%73.73%-
HSV(B)124.09º20.95%82.35%-
XYZ45.9357.0646.13-
YUV192.17114.92109.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=30.46%
G=38.53%
B=31.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662101690.2100.200.18124.0932.8473.73
HexA6D2A915014127c214a
Octal246322251250242217441112
Binary101001101101001010101001101010101001001011111001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D2A9; }

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

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

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

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

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

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

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

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