#A6D5AE

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

Shades of Chinook #A6D5AE

Tints of Chinook #A6D5AE

Color information

#A6D5AE (or 0xA6D5AE) is unknown color: approx Chinook. HEX triplet: A6, D5 and AE. RGB value is (166,213,174). Sum of RGB (Red+Green+Blue) = 166+213+174=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D5AE is #592A51. Grayscale: #C2C2C2. Windows color (decimal): -5843538 or 11457958. OLE color: 11457958.

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

Color convert

RGB166213174-
CMYK0.2200.180.16
HSL130.21º35.88%74.31%-
HSV(B)130.21º22.07%83.53%-
XYZ47.1658.7548.9-
YUV194.5116.43107.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.02%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=30.02%
G=38.52%
B=31.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131740.2200.180.16130.2135.8874.31
HexA6D5AE160121082244a
Octal246325256260222020244112
Binary1010011011010101101011101011001001010000100000101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D5AE; }

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

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

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

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

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

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

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

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