#A1DCA8

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

Shades of Chinook #A1DCA8

Tints of Chinook #A1DCA8

Color information

#A1DCA8 (or 0xA1DCA8) is unknown color: approx Chinook. HEX triplet: A1, DC and A8. RGB value is (161,220,168). Sum of RGB (Red+Green+Blue) = 161+220+168=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCA8 is #5E2357. Grayscale: #C4C4C4. Windows color (decimal): -6169432 or 11066529. OLE color: 11066529.

HSL color Cylindrical-coordinate representation of color #A1DCA8: hue angle of 127.12º 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 #A1DCA8 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB161220168-
CMYK0.2700.240.14
HSL127.12º45.74%74.71%-
HSV(B)127.12º26.82%86.27%-
XYZ47.3661.5946.44-
YUV196.43111.95102.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 168 (66.02% from 255) = 30.60%
R=29.33%
G=40.07%
B=30.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201680.2700.240.14127.1245.7474.71
HexA1DCA81B018E7f2e4b
Octal241334250330301617756113
Binary10100001110111001010100011011011000111011111111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCA8; }

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

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

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

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

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

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

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

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