#A1DCAB

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

Shades of Chinook #A1DCAB

Tints of Chinook #A1DCAB

Color information

#A1DCAB (or 0xA1DCAB) is unknown color: approx Chinook. HEX triplet: A1, DC and AB. RGB value is (161,220,171). Sum of RGB (Red+Green+Blue) = 161+220+171=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAB is #5E2354. Grayscale: #C4C4C4. Windows color (decimal): -6169429 or 11263137. OLE color: 11263137.

HSL color Cylindrical-coordinate representation of color #A1DCAB: hue angle of 130.17º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCAB is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB161220171-
CMYK0.2700.220.14
HSL130.17º45.74%74.71%-
HSV(B)130.17º26.82%86.27%-
XYZ47.6461.747.93-
YUV196.77113.45102.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=29.17%
G=39.86%
B=30.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201710.2700.220.14130.1745.7474.71
HexA1DCAB1B016E822e4b
Octal241334253330261620256113
Binary101000011101110010101011110110101101110100000101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCAB; }

 p { color: rgb(161,220,171); }

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

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

 a { background-color: rgb(161,220,171); }

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

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

 span { border-color: rgb(161,220,171); }

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