#A1DCA7

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

Shades of Chinook #A1DCA7

Tints of Chinook #A1DCA7

Color information

#A1DCA7 (or 0xA1DCA7) is unknown color: approx Chinook. HEX triplet: A1, DC and A7. RGB value is (161,220,167). Sum of RGB (Red+Green+Blue) = 161+220+167=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCA7 is #5E2358. Grayscale: #C4C4C4. Windows color (decimal): -6169433 or 11000993. OLE color: 11000993.

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

Color convert

RGB161220167-
CMYK0.2700.240.14
HSL126.1º45.74%74.71%-
HSV(B)126.1º26.82%86.27%-
XYZ47.2761.5545.95-
YUV196.32111.45102.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=29.38%
G=40.15%
B=30.47%

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
Decimal1612201670.2700.240.14126.145.7474.71
HexA1DCA71B018E7e2e4b
Octal241334247330301617656113
Binary10100001110111001010011111011011000111011111101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCA7; }

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

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

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

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

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

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

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

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