#A1DAAF

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

Shades of Chinook #A1DAAF

Tints of Chinook #A1DAAF

Color information

#A1DAAF (or 0xA1DAAF) is unknown color: approx Chinook. HEX triplet: A1, DA and AF. RGB value is (161,218,175). Sum of RGB (Red+Green+Blue) = 161+218+175=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAAF is #5E2550. Grayscale: #C4C4C4. Windows color (decimal): -6169937 or 11524769. OLE color: 11524769.

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

Color convert

RGB161218175-
CMYK0.2600.200.15
HSL134.74º43.51%74.31%-
HSV(B)134.74º26.15%85.49%-
XYZ47.5160.8249.79-
YUV196.05116.12103-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=29.06%
G=39.35%
B=31.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181750.2600.200.15134.7443.5174.31
HexA1DAAF1A014F872c4a
Octal241332257320241720754112
Binary101000011101101010101111110100101001111100001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAAF; }

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

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

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

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

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

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

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

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