#A6D5AD

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

Shades of Chinook #A6D5AD

Tints of Chinook #A6D5AD

Color information

#A6D5AD (or 0xA6D5AD) is unknown color: approx Chinook. HEX triplet: A6, D5 and AD. RGB value is (166,213,173). Sum of RGB (Red+Green+Blue) = 166+213+173=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D5AD is #592A52. Grayscale: #C2C2C2. Windows color (decimal): -5843539 or 11392422. OLE color: 11392422.

HSL color Cylindrical-coordinate representation of color #A6D5AD: hue angle of 128.94º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5AD is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB166213173-
CMYK0.2200.190.16
HSL128.94º35.88%74.31%-
HSV(B)128.94º22.07%83.53%-
XYZ47.0658.7148.39-
YUV194.39115.93107.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=30.07%
G=38.59%
B=31.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131730.2200.190.16128.9435.8874.31
HexA6D5AD160131081244a
Octal246325255260232020144112
Binary1010011011010101101011011011001001110000100000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D5AD; }

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

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

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

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

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

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

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

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