#A1C0A4

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

Shades of Chinook #A1C0A4

Tints of Chinook #A1C0A4

Color information

#A1C0A4 (or 0xA1C0A4) is unknown color: approx Chinook. HEX triplet: A1, C0 and A4. RGB value is (161,192,164). Sum of RGB (Red+Green+Blue) = 161+192+164=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0A4 is #5E3F5B. Grayscale: #B3B3B3. Windows color (decimal): -6176604 or 10797217. OLE color: 10797217.

HSL color Cylindrical-coordinate representation of color #A1C0A4: hue angle of 125.81º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1C0A4 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB161192164-
CMYK0.1600.150.25
HSL125.81º19.75%69.22%-
HSV(B)125.81º16.15%75.29%-
XYZ40.2547.9642.26-
YUV179.54119.23114.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=31.14%
G=37.14%
B=31.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611921640.1600.150.25125.8119.7569.22
HexA1C0A4100F197e1445
Octal241300244200173117624105
Binary1010000111000000101001001000001111110011111110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C0A4; }

 p { color: rgb(161,192,164); }

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

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

 a { background-color: rgb(161,192,164); }

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

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

 span { border-color: rgb(161,192,164); }

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