#A0C1A4

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

Shades of Chinook #A0C1A4

Tints of Chinook #A0C1A4

Color information

#A0C1A4 (or 0xA0C1A4) is unknown color: approx Chinook. HEX triplet: A0, C1 and A4. RGB value is (160,193,164). Sum of RGB (Red+Green+Blue) = 160+193+164=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C1A4 is #5F3E5B. Grayscale: #B3B3B3. Windows color (decimal): -6241884 or 10797472. OLE color: 10797472.

HSL color Cylindrical-coordinate representation of color #A0C1A4: hue angle of 127.27º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C1A4 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB160193164-
CMYK0.1700.150.24
HSL127.27º21.02%69.22%-
HSV(B)127.27º17.1%75.69%-
XYZ40.2748.2942.32-
YUV179.83119.07113.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=30.95%
G=37.33%
B=31.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601931640.1700.150.24127.2721.0269.22
HexA0C1A4110F187f1545
Octal240301244210173017725105
Binary1010000011000001101001001000101111110001111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C1A4; }

 p { color: rgb(160,193,164); }

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

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

 a { background-color: rgb(160,193,164); }

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

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

 span { border-color: rgb(160,193,164); }

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