#A0C1A2

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

Shades of Chinook #A0C1A2

Tints of Chinook #A0C1A2

Color information

#A0C1A2 (or 0xA0C1A2) is unknown color: approx Chinook. HEX triplet: A0, C1 and A2. RGB value is (160,193,162). Sum of RGB (Red+Green+Blue) = 160+193+162=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C1A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C1A2 is #5F3E5D. Grayscale: #B3B3B3. Windows color (decimal): -6241886 or 10666400. OLE color: 10666400.

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

Color convert

RGB160193162-
CMYK0.1700.160.24
HSL123.64º21.02%69.22%-
HSV(B)123.64º17.1%75.69%-
XYZ40.0948.2241.38-
YUV179.6118.07114.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=31.07%
G=37.48%
B=31.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601931620.1700.160.24123.6421.0269.22
HexA0C1A211010187c1545
Octal240301242210203017425105
Binary10100000110000011010001010001010000110001111100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C1A2; }

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

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

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

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

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

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

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

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