#A1DAAC

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

Shades of Chinook #A1DAAC

Tints of Chinook #A1DAAC

Color information

#A1DAAC (or 0xA1DAAC) is unknown color: approx Chinook. HEX triplet: A1, DA and AC. RGB value is (161,218,172). Sum of RGB (Red+Green+Blue) = 161+218+172=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAAC is #5E2553. Grayscale: #C3C3C3. Windows color (decimal): -6169940 or 11328161. OLE color: 11328161.

HSL color Cylindrical-coordinate representation of color #A1DAAC: hue angle of 131.58º 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 #A1DAAC is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB161218172-
CMYK0.2600.210.15
HSL131.58º43.51%74.31%-
HSV(B)131.58º26.15%85.49%-
XYZ47.2260.748.26-
YUV195.71114.62103.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 218 (85.55% from 255) = 39.56%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=29.22%
G=39.56%
B=31.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181720.2600.210.15131.5843.5174.31
HexA1DAAC1A015F842c4a
Octal241332254320251720454112
Binary101000011101101010101100110100101011111100001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAAC; }

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

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

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

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

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

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

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

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