#A1DAAB

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

Shades of Chinook #A1DAAB

Tints of Chinook #A1DAAB

Color information

#A1DAAB (or 0xA1DAAB) is unknown color: approx Chinook. HEX triplet: A1, DA and AB. RGB value is (161,218,171). Sum of RGB (Red+Green+Blue) = 161+218+171=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAAB is #5E2554. Grayscale: #C3C3C3. Windows color (decimal): -6169941 or 11262625. OLE color: 11262625.

HSL color Cylindrical-coordinate representation of color #A1DAAB: hue angle of 130.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAAB is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB161218171-
CMYK0.2600.220.15
HSL130.53º43.51%74.31%-
HSV(B)130.53º26.15%85.49%-
XYZ47.1260.6647.75-
YUV195.6114.12103.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 218 (85.55% from 255) = 39.64%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=29.27%
G=39.64%
B=31.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181710.2600.220.15130.5343.5174.31
HexA1DAAB1A016F832c4a
Octal241332253320261720354112
Binary101000011101101010101011110100101101111100000111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAAB; }

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

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

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

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

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

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

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

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