#A6D1AB

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

Shades of Chinook #A6D1AB

Tints of Chinook #A6D1AB

Color information

#A6D1AB (or 0xA6D1AB) is unknown color: approx Chinook. HEX triplet: A6, D1 and AB. RGB value is (166,209,171). Sum of RGB (Red+Green+Blue) = 166+209+171=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D1AB is #592E54. Grayscale: #BFBFBF. Windows color (decimal): -5844565 or 11260326. OLE color: 11260326.

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

Color convert

RGB166209171-
CMYK0.2100.180.18
HSL126.98º31.85%73.53%-
HSV(B)126.98º20.57%81.96%-
XYZ45.8856.6547.04-
YUV191.81116.25109.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.40%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=30.40%
G=38.28%
B=31.32%

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
Decimal1662091710.2100.180.18126.9831.8573.53
HexA6D1AB15012127f204a
Octal246321253250222217740112
Binary101001101101000110101011101010100101001011111111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D1AB; }

 p { color: rgb(166,209,171); }

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

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

 a { background-color: rgb(166,209,171); }

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

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

 span { border-color: rgb(166,209,171); }

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